From 92391121e6febc4d80320742e51fc67af773d904 Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Thu, 25 Jun 2015 12:41:48 -0400 Subject: updating readme --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index c2b0fbf2d..3f5c60574 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,17 @@ 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 +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) ------------------------------------ @@ -119,6 +130,11 @@ AWS Elastic Beanstalk Setup (Docker) 26. Return to the dashboard on the sidebar and wait for beanstalk update the environment. 27. Try it out by entering the domain you mapped into your browser. +Contributing +------------ + +To contribute to this open source project please review the Mattermost Contribution Guidelines at http://www.mattermost.org/contribute-to-mattermost/. + License ------- @@ -126,3 +142,4 @@ Most Mattermost source files are made available under the terms of the GNU Affer As an exception, Admin Tools and Configuration Files are are made available under the terms of the Apache License, version 2.0. See LICENSE.txt for more information. + -- cgit v1.2.3-1-g7c22 From f5c2129fd59a2018d02905cb320c75e0f5983afc Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Thu, 25 Jun 2015 12:51:22 -0400 Subject: updating readme --- README.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'README.md') 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) ------------------------------------ -- cgit v1.2.3-1-g7c22