summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-06-19 15:57:24 -0400
committerChristopher Speller <crspeller@gmail.com>2015-06-19 15:57:24 -0400
commit1d18d796c66278c366d82de14d9a88cb77474408 (patch)
tree22eb032c0e450d1b50ad7ef4961ca32a3642b44d
parent79a1608a2bbf66646dc8f308c2846824aaa3a2b9 (diff)
parent38f247e42498a882ee5eceeda5004e762c086046 (diff)
downloadchat-1d18d796c66278c366d82de14d9a88cb77474408.tar.gz
chat-1d18d796c66278c366d82de14d9a88cb77474408.tar.bz2
chat-1d18d796c66278c366d82de14d9a88cb77474408.zip
Merge pull request #44 from mattermost/readme
Require single instance
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a0aeb974c..9d926c8a2 100644
--- a/README.md
+++ b/README.md
@@ -88,7 +88,7 @@ AWS Elastic Beanstalk Setup (Docker)
3. Name the application and press next
4. Select "Create a web server" environment.
5. If asked, select create and AIM role and instance profile and press next.
-6. For predefined configuration select docker. Environment type may be left at default.
+6. For predefined configuration select docker. For environment type select single instance.
7. For application source, select upload your own and upload Dockerrun.aws.json from docker/Dockerrun.aws.json. Everything else may be left at default.
8. Select an environment name, this is how you will refer to your environment. Make sure the URL is available then press next.
9. The options on the additional resources page may be left at default unless you wish to change them. Press Next.