Skip to content

Instantly share code, notes, and snippets.

@letusfly85
Last active February 8, 2016 07:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save letusfly85/6ca6ef11fb73ad842c00 to your computer and use it in GitHub Desktop.
Save letusfly85/6ca6ef11fb73ad842c00 to your computer and use it in GitHub Desktop.
Dockerで簡単にSlackライクなmattermostを動かしてみよう! ref: http://qiita.com/letusfly85/items/475c6cbdfbbce93c8795
"GitLabSettings": {
"Enable": false,
"Secret": "取得したSecret",
"Id": "取得したId",
"Scope": "",
"AuthEndpoint": "${あなたのGitLab}/oauth/authorize",
"TokenEndpoint": "${あなたのGitLab}/oauth/token",
"UserApiEndpoint": "${あなたのGitLab}/api/v3/user"
},
docker pull mattermost/platform
docker run --name mattermost-dev -d --publish 8065:80 mattermost/platform
docker exec -it mattermost-dev /bin/bash
vi /config_docker.json
docker restart mattermost-dev
docker restart mattermost-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment