Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple PHP App for testing with opsworks-vm

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors