tweaking readme
Этот коммит содержится в:
13
README.md
13
README.md
@@ -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.
|
||||
|
||||
Ссылка в новой задаче
Block a user