summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2016-01-19 10:21:10 -0600
committerCorey Hulen <corey@hulen.com>2016-01-19 10:21:10 -0600
commit80bfdf71f2ab7271dd199c61229fa2b8a7e0213c (patch)
treefc8559b0d1fa164c1945cfbeaf998951ac0fb9a7 /doc
parent19efe23f5692c10c2455610311c1db18aa7a6e29 (diff)
parent1a35dbdd3b2d8fa5f15d9983dcbefc306b7f89a3 (diff)
downloadchat-80bfdf71f2ab7271dd199c61229fa2b8a7e0213c.tar.gz
chat-80bfdf71f2ab7271dd199c61229fa2b8a7e0213c.tar.bz2
chat-80bfdf71f2ab7271dd199c61229fa2b8a7e0213c.zip
Merge pull request #1915 from pawelad/patch-1
Update Amazon-Elastic-Beanstalk.md
Diffstat (limited to 'doc')
-rw-r--r--doc/install/Amazon-Elastic-Beanstalk.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/install/Amazon-Elastic-Beanstalk.md b/doc/install/Amazon-Elastic-Beanstalk.md
index 8738ab3ac..56650fc93 100644
--- a/doc/install/Amazon-Elastic-Beanstalk.md
+++ b/doc/install/Amazon-Elastic-Beanstalk.md
@@ -1,6 +1,6 @@
## AWS Elastic Beanstalk Setup (Docker)
-These instructions will guide you through the process of setting up Mattermost for product evaluation using an EBS Docker single-container application using [Dockerrun.aws.zip](https://github.com/mattermost/platform/raw/master/docker/1.1/Dockerrun.aws.zip).
+These instructions will guide you through the process of setting up Mattermost for product evaluation using an EBS Docker single-container application using [Dockerrun.aws.zip][Dockerrun.aws].
1. From your [AWS console]( https://console.aws.amazon.com/console/home) select **Elastic Beanstalk** under the Compute section.
2. Select **Create New Application** from the top right.
@@ -11,7 +11,7 @@ These instructions will guide you through the process of setting up Mattermost f
1. Set Predefined Configuration to **Docker** under the generic heading in the drop-down list.
2. Set Environment Type to **Single instance** in the drop-down list.
3. Click **Next**.
-7. For Application Source, select **Upload your own** and upload the [Dockerrun.aws.zip](https://github.com/mattermost/platform/raw/master/docker/1.1/Dockerrun.aws.zip) file, then click **Next**.
+7. For Application Source, select **Upload your own** and upload the [Dockerrun.aws.zip][Dockerrun.aws] file, then click **Next**.
8. Type an Environment Name and URL. Make sure the URL is available by clicking **Check availability**, then click **Next**.
9. The options on the Additional Resources page may be left at default unless you wish to change them. Click **Next**.
10. On the Configuration Details page,
@@ -24,3 +24,5 @@ These instructions will guide you through the process of setting up Mattermost f
### (Recommended) Enable Email
The default single-container Docker instance for Mattermost is designed for product evaluation, and sets `SendEmailNotifications=false` so the product can function without enabling email. To see the product's full functionality, [enabling SMTP email is recommended](SMTP-Email-Setup.md).
+
+[Dockerrun.aws]: https://github.com/mattermost/platform/raw/master/docker/1.4/Dockerrun.aws.zip