summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-09-02 11:59:39 -0400
committerChristopher Speller <crspeller@gmail.com>2015-09-02 11:59:39 -0400
commit04c75cfe4243cbb7e6c652f796f071f4cb61da6a (patch)
treeb1596a16311abf66cc2d368713927cc20ba667e3
parentebcafa9d4407f0871a2b4db99a3d780323c800a2 (diff)
parent49486b33ac17f057c52ef35fa13a171955fbc04b (diff)
downloadchat-04c75cfe4243cbb7e6c652f796f071f4cb61da6a.tar.gz
chat-04c75cfe4243cbb7e6c652f796f071f4cb61da6a.tar.bz2
chat-04c75cfe4243cbb7e6c652f796f071f4cb61da6a.zip
Merge pull request #552 from mattermost/it33-patch-12
Breaking out AWS EBS instructions
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 82070ea35..b469754ea 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,9 @@ Depending on your needs, there are multiple ways to install Mattermost:
### Product Evaluation
-- [Single Container Installation and Upgrade](doc/install/single-container-install.md) - Explore product functionality using a single-container Docker install on a local machine (Mac OSX, Ubuntu, or Arch Linux) or on AWS Beanstalk. Optionally setup email and upgrade your instance using DockerHub.
+- [Local Machine Install and Upgrade with Docker](doc/install/single-container-install.md) - Explore product functionality using a single-container Docker install on a local machine, including Mac OSX, Ubuntu, or Arch Linux). Optionally set up email and upgrade your instance using DockerHub.
+
+- [AWS EBS Install and Upgrade with Docker](doc/install/aws-ebs-setup.md) - Explore product functionality using a single-container Docker install for Amazon Web Services Elastic Beanstalk. Optionally set up email and upgrade your instance using DockerHub.
### Development