You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
5
4
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
0 commit comments