Quantcast
Channel: GitLab Mattermost - Mattermost Discussion Forums
Viewing all articles
Browse latest Browse all 168

Proper CLI usage in Gitlab

$
0
0

@cpopell wrote:

This is just a note for anyone running into the same issues that I was running into.

There are point in documentation that suggest running /platform -version, or similar things. This just adds confusion when dealing with GitLab Mattermost. Here's what worked for me:

From
/opt/gitlab/embedded/bin

I ran
sudo -u mattermost ./mattermost -config=/var/opt/gitlab/mattermost/config.json

This was the only way to get it to work. In other words, "sudo -u mattermost ./mattermost" takes the place of "platform" anywhere you see it in documentation, and you have to append -config at the end.

Hopefully this will help clarify things for other users.

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 168

Trending Articles