Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 978 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 978 Bytes

AWS OpsWorks "Getting Started" Example

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

This example depends on the centos7mini-opsworks box which must be compiled and installed: Repo for this found here

$ rake build[centos7mini] install[centos7mini]  # 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...

From Host to Guest: SSH 127.0.0.1:2222 Http 127.0.0.1:8080

Direct: SSH 192.168.54.11:22 Http 192.168.54.11