The application repo that accompanies the recipe: Deploying to AWS from Bluemix?!
The PHP Starter demonstrates a simple, reusable PHP web application.
- Download and extract PHP
- Add the extracted directory to your PATH environment variable
- Download and extract the starter code from the Bluemix UI
- cd into the app directory
- Run
php -S localhost:8000
to start the app using the built-in development web server - Access the running app in a browser at http://localhost:8000