Этот коммит содержится в:
=Corey Hulen
2015-06-18 23:18:54 -08:00
родитель 84111e42a8
Коммит a6078ad7f8

Просмотреть файл

@@ -30,12 +30,15 @@ Developer Machine Setup (Docker/Mac)
5. Run `docker run --name mattermost-dev -d --publish 8065:80 mattermost/platform:helium`
6. When docker is done fetching the image, open http://dockerhost:8065/ in your browser
If you want to work with the latest bits in the repo you can run the cmd `docker run --name mattermost-dev -d --publish 8065:80 mattermost/platform:latest`
You can update to the latest bits by running `docker pull mattermost/platform:latest`
If you want to work with the latest bits in the repo you can run the cmd
`docker run --name mattermost-dev -d --publish 8065:80 mattermost/platform:latest`
You can update to the latest bits by running
`docker pull mattermost/platform:latest`
If you wish to remove mattermost-dev use the following commands
1. docker stop mattermost-dev
2. docker rm -v mattermost-dev
1. `docker stop mattermost-dev`
2. `docker rm -v mattermost-dev`
AWS Elastic Beanstalk Setup (Docker)
------------------------------------
@@ -54,13 +57,11 @@ AWS Elastic Beanstalk Setup (Docker)
12. Environment tags my be left blank. Press next.
13. You will be asked to review your information. Press Launch.
14. Up near the top of the dashboard you will see a domain of the form \*.elasticbeanstalk.com copy this as you will need it later.
15. From the AWS console select route 53
16. From the sidebar select Hosted Zones
17. Select the domain you want to use or create a new one.
18. Modify an existing CNAME record set or create a new one with the name * and the value of the domain you copied in step 13.
19. Save the record set
20. Return the Elastic Beanstalk from the AWS console.
21. Select the environment you created.
22. Select configuration from the sidebar.