summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-08-24 09:58:45 -0700
committer=Corey Hulen <corey@hulen.com>2015-08-24 09:58:45 -0700
commit677b7393b5e5fc5d1598e820d1ee78c2b0727e60 (patch)
tree0d39e1e54e83b8bc559ec59be6fee90a3022b9f9 /README.md
parent06c5ddcb1d9e4e2e79b33196a58c5d62c0c43e37 (diff)
downloadchat-677b7393b5e5fc5d1598e820d1ee78c2b0727e60.tar.gz
chat-677b7393b5e5fc5d1598e820d1ee78c2b0727e60.tar.bz2
chat-677b7393b5e5fc5d1598e820d1ee78c2b0727e60.zip
Fixes mm-1960 allows upload of files over 1MB to Elastic Beanstalk
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c4276ed78..e22d3312b 100644
--- a/README.md
+++ b/README.md
@@ -103,14 +103,14 @@ Local Machine Setup (Docker)
AWS Elastic Beanstalk Setup (Docker)
------------------------------------
-1. Create a new elastic beanstalk docker application using the [Dockerrun.aws.json](docker/0.6/Dockerrun.aws.json) file provided.
+1. Create a new elastic beanstalk docker application using the [Dockerrun.aws.zip](docker/0.6/Dockerrun.aws//Dockerrun.aws.zip) file provided.
1. From the AWS console select Elastic Beanstalk.
2. Select "Create New Application" from the top right.
3. Name the application and press next.
4. Select "Create a web server" environment.
5. If asked, select create an IAM role and instance profile and press next.
6. For predefined configuration select under Generic: Docker. For environment type select single instance.
- 7. For application source, select upload your own and upload Dockerrun.aws.json from [docker/0.6/Dockerrun.aws.json](docker/0.6/Dockerrun.aws.json). Everything else may be left at default.
+ 7. For application source, select upload your own and upload Dockerrun.aws.zip from [Dockerrun.aws.zip](docker/0.6/Dockerrun.aws//Dockerrun.aws.zip). 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.
10. On the configuration details place. Select an instance type of t2.small or larger.