Skip to content

Commit ae2679d

Browse files
committed
Launch instructions
1 parent 0d5073b commit ae2679d

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1-
# AWS OpsWorks PHP Demo App - "Share Your Thoughts"
1+
# Elastic Beanstalk + Docker PHP Demo App - "Share Your Thoughts"
22

3-
Directions on how to launch this sample message board app on AWS OpsWorks can be found in **Step 2** of the article:
4-
[Walkthrough: Deploy a web application and learn AWS OpsWorks basics](http://docs.aws.amazon.com/opsworks/latest/userguide/gettingstarted.walkthrough.phpapp.2.html).
3+
This demo app shows you how to run a simple PHP application inside a Docker Container on AWS Elastic Beanstalk.
54

6-
This demo app is also featured in a video called [AWS OpsWorks Overview and Demo](http://www.youtube.com/watch?v=cj_LoG6C2xk) on YouTube.
5+
## Run the App
6+
Follow the steps below to deploy the demo application to an Elastic Beanstalk Docker environment. Accept the default settings unless indicated otherwise in the steps below:
7+
8+
1. Download the ZIP file from the [Releases section](https://github.com/awslabs/eb-demo-php-simple-app/releases) of this repository.
9+
2. Login to the [Elastic Beanstalk Management Console](https://console.aws.amazon.com/elasticbeanstalk)
10+
3. Click `Create New Application` and give your app a name and description
11+
4. Choose 'Docker' in the 'Predefined configuration' dropdown and click `Next`
12+
5. Upload the ZIP file downloaded in Step 1
13+
6. Choose 'Create an RDS DB Instance with this environment' in the 'Additional Resources' step
14+
7. Allocate 5GB of storage and provide a username and password for your database
15+
8. Review and launch the application

0 commit comments

Comments
 (0)