summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPaweł Adamczak <pawel.ad@gmail.com>2016-01-18 19:31:16 +0100
committerPaweł Adamczak <pawel.ad@gmail.com>2016-01-18 19:31:16 +0100
commit1a35dbdd3b2d8fa5f15d9983dcbefc306b7f89a3 (patch)
tree8721db95b88e504e9d57ff13bc58bffc2a7d443c /doc
parentc672820ff6a2a58d390c9bbc80fffdcc654e2716 (diff)
downloadchat-1a35dbdd3b2d8fa5f15d9983dcbefc306b7f89a3.tar.gz
chat-1a35dbdd3b2d8fa5f15d9983dcbefc306b7f89a3.tar.bz2
chat-1a35dbdd3b2d8fa5f15d9983dcbefc306b7f89a3.zip
Update Amazon-Elastic-Beanstalk.md
Updated 'Dockerrun.aws.zip' link to newer, existing version
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