Files
mattermost/docker/2.0
Asaad Mahmood e4fed928d9 Adding or separator between ldap, username, email, github
Updating code theme name

Updating conditions for login page

updated the 2.0 Dockerfile to include the proper location of mm gzip

Fixing search loading icon on mobile

Adding or separator between ldap, username, email and github
2016-03-11 19:26:58 +05:00
..
2016-02-09 15:59:16 -05:00
2016-02-09 15:59:16 -05:00
2016-02-09 15:59:16 -05:00

Mattermost

http:/mattermost.org

Mattermost is an open-source team communication service. It brings team messaging and file sharing into one place, accessible across PCs and phones, with archiving and search.

Installing Mattermost

To run an instance of the latest version of mattermost on your local machine you can run:

docker run --name mattermost-dev -d --publish 8065:80 mattermost/platform

To update this image to the latest version you can run:

docker pull mattermost/platform

To run an instance of the latest code from the master branch on GitHub you can run:

docker run --name mattermost-dev -d --publish 8065:80 mattermost/platform:dev

Any questions, please visit http://forum.mattermost.org