diff options
author | Christopher Speller <crspeller@gmail.com> | 2015-09-02 11:59:39 -0400 |
---|---|---|
committer | Christopher Speller <crspeller@gmail.com> | 2015-09-02 11:59:39 -0400 |
commit | 04c75cfe4243cbb7e6c652f796f071f4cb61da6a (patch) | |
tree | b1596a16311abf66cc2d368713927cc20ba667e3 /README.md | |
parent | ebcafa9d4407f0871a2b4db99a3d780323c800a2 (diff) | |
parent | 49486b33ac17f057c52ef35fa13a171955fbc04b (diff) | |
download | chat-04c75cfe4243cbb7e6c652f796f071f4cb61da6a.tar.gz chat-04c75cfe4243cbb7e6c652f796f071f4cb61da6a.tar.bz2 chat-04c75cfe4243cbb7e6c652f796f071f4cb61da6a.zip |
Merge pull request #552 from mattermost/it33-patch-12
Breaking out AWS EBS instructions
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |