summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-07-17 10:03:33 -0400
committerChristopher Speller <crspeller@gmail.com>2015-07-17 10:03:33 -0400
commitdc84a2e727bfb7f261bbc31afc8cf140e91de466 (patch)
tree238e5caa126aa434156449f5c52ebcdfe45202b0 /README.md
parent4942b8a405fec10c8ccfae4ec946aebdaf9d415f (diff)
downloadchat-dc84a2e727bfb7f261bbc31afc8cf140e91de466.tar.gz
chat-dc84a2e727bfb7f261bbc31afc8cf140e91de466.tar.bz2
chat-dc84a2e727bfb7f261bbc31afc8cf140e91de466.zip
Modifications to readme for mm-1356
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 2 insertions, 18 deletions
diff --git a/README.md b/README.md
index a4f95dbdf..aff0d1288 100644
--- a/README.md
+++ b/README.md
@@ -108,26 +108,10 @@ AWS Elastic Beanstalk Setup (Docker)
11. You can set the configuration details as you please but they may be left at their defaults. When you are done press next.
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.
-
-2. Map a wildcard domain to the new elastic beanstalk application
- 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 1.13.
- 19. Save the record set
-
-3. Set the environment variable "MATTERMOST\_DOMAIN" to the domain you mapped above (example.com not www.example.com)
- 20. Return the Elastic Beanstalk from the AWS console.
- 21. Select the environment you created.
- 22. Select configuration from the sidebar.
- 23. Click the gear beside software configuration.
- 24. Add an environment property with the name “MATTERMOST\_DOMAIN” and a value of the domain you mapped in route 53. For example if your domain is \*.example.com you would enter example.com not www.example.com.
- 25. Select apply.
4. Try it out!
- 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.
+ 14. Wait for beanstalk update the environment.
+ 15. Try it out by entering the domain of the form \*.elasticbeanstalk.com found at the top of the dashboard into your browser. You can also map your own domain if you wish.
Contributing
------------