updating readme
Этот коммит содержится в:
17
README.md
17
README.md
@@ -80,6 +80,17 @@ If you wish to remove mattermost-dev use the following commands
|
|||||||
1. `docker stop mattermost-dev`
|
1. `docker stop mattermost-dev`
|
||||||
2. `docker rm -v 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)
|
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.
|
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.
|
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
|
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.
|
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.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
"ServiceSettings": {
|
"ServiceSettings": {
|
||||||
"SiteName": "Mattermost",
|
"SiteName": "Mattermost",
|
||||||
"Domain": "",
|
"Domain": "",
|
||||||
"Mode" : "prod",
|
"Mode" : "dev",
|
||||||
"AllowTesting" : false,
|
"AllowTesting" : false,
|
||||||
"UseSSL": false,
|
"UseSSL": false,
|
||||||
"Port": "80",
|
"Port": "80",
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user