summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-07-17 13:28:52 -0700
committerit33 <iantien@gmail.com>2015-07-17 13:28:52 -0700
commit66c22d342fa42068382c9e80427ea953676357db (patch)
treeee67101b96433e7f1c9a4aae09168ca1b3ec23f6
parent1d7509493e65324d1e81bf39c51a9d7c07335c56 (diff)
parent09b2fda4f61cb5769202a12b850b42901959ee9f (diff)
downloadchat-66c22d342fa42068382c9e80427ea953676357db.tar.gz
chat-66c22d342fa42068382c9e80427ea953676357db.tar.bz2
chat-66c22d342fa42068382c9e80427ea953676357db.zip
Merge pull request #202 from mattermost/readme-update-mm-1356
Modifications to readme for mm-1356
-rw-r--r--README.md20
1 files changed, 2 insertions, 18 deletions
diff --git a/README.md b/README.md
index a4f95dbdf..65a3e7c66 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 to 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
------------