From 7bab890649ba825bc2472ba2a85b0bc4852f7909 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Wed, 19 Aug 2015 09:59:01 -0400 Subject: New README for dockerhub --- docker/dev/README.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 docker/dev/README.md (limited to 'docker/dev/README.md') diff --git a/docker/dev/README.md b/docker/dev/README.md new file mode 100644 index 000000000..a4b6fb9bb --- /dev/null +++ b/docker/dev/README.md @@ -0,0 +1,43 @@ +**Mattermost Alpha** +**Team Communication Service** +**Development Build** + + +About Mattermost +================ + +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 +===================== + +You're installing "Mattermost Alpha", a pre-released version providing an early look at what we're building. While the core team runs this version internally, it's not recommended for production since we can't guarantee API stability or backwards compatibility. + +That said, any issues at all, please let us know on the Mattermost forum. + +Notes: +- For Alpha, Docker is intentionally setup as a single container, since production deployment is not yet recommended. + +Local Machine Setup (Docker) +----------------------------- + +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` + + +License +------- + +Mattermost is licensed under an "Apache-wrapped AGPL" model inspired by MongoDB. Similar to MongoDB, you can run and link to the system using Configuration Files and Admin Tools licensed under Apache, version 2.0, as described in the LICENSE file, as an explicit exception to the terms of the GNU Affero General Public License (AGPL) that applies to most of the remaining source files. See individual files for details. + -- cgit v1.2.3-1-g7c22