Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 716 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 716 Bytes

AWS OpsWorks "Getting Started" Example

This example implements the AWS OpsWorks "Getting Started" sample PHP application found here

This example depends on the ubuntu1404-opsworks box which must be compiled and installed:

$ rake build install  # assuming you are using virtualbox

To run this example, first ensure that git submodules have been checked out:

$ git submodule init
$ git submodule update

Then simply type vagrant up and wait for it to provision the app. You can view the results by opening up a browser and pointing it to localhost:8080