summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-06-25 12:51:22 -0400
committer=Corey Hulen <corey@hulen.com>2015-06-25 12:51:22 -0400
commitf5c2129fd59a2018d02905cb320c75e0f5983afc (patch)
tree8cb7106f4f873c823a875ab76c839de1a583af98 /README.md
parent92391121e6febc4d80320742e51fc67af773d904 (diff)
downloadchat-f5c2129fd59a2018d02905cb320c75e0f5983afc.tar.gz
chat-f5c2129fd59a2018d02905cb320c75e0f5983afc.tar.bz2
chat-f5c2129fd59a2018d02905cb320c75e0f5983afc.zip
updating readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 2 insertions, 11 deletions
diff --git a/README.md b/README.md
index 3f5c60574..89fad28ce 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Installing the Mattermost
You're installing "Mattermost Preview", a pre-released 0.50 version intended for an early look at what we're building. While SpinPunch runs this version internally, it's not recommended for production deployments since we can't guarantee API stability or backwards compatibility until our 1.0 version release.
-That said, any issues at all, please let us know on the Mattermost forum at: http://bit.ly/1MY1kul
+That said, any issues at all, please let us know on the Mattermost forum at: http://discourse.mattermost.org
Local Machine Setup (Docker)
-----------------------------
@@ -80,18 +80,9 @@ If you wish to remove mattermost-dev use the following commands
1. `docker stop mattermost-dev`
2. `docker rm -v mattermost-dev`
-If you wish to gain access to the container use the folowwing commands
+If you wish to gain access to the container use the following commands
1. `docker exec -ti mattermost-dev /bin/bash`
-We've updated the config file to skip email verification. You can pull the latest docker container or run the following to skip email verification
-1. `docker exec -ti mattermost-dev /bin/bash`
-2. `cd src/github.com/mattermost/platform/config`
-3. `vi config_docker.json`
-4. `Edit "Mode" : "prod", -> "Mode" : "dev"`
-5. `docker stop mattermost-dev`
-6. `docker start mattermost-dev`
-
-
AWS Elastic Beanstalk Setup (Docker)
------------------------------------