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
commitb49501b7c044f2dd865c7a97ebb4db34437d6b57 (patch)
treeb490cf953ff9a7eab2e3437591a2adeed7bfcc27
parent8291cb772c1f2b410c08c5fb71c07ef9ca07b0ce (diff)
parentbfceb87efeb56e8f33c4b36b65134ad487bf3176 (diff)
downloadchat-b49501b7c044f2dd865c7a97ebb4db34437d6b57.tar.gz
chat-b49501b7c044f2dd865c7a97ebb4db34437d6b57.tar.bz2
chat-b49501b7c044f2dd865c7a97ebb4db34437d6b57.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.