Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 955 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 955 Bytes

Bluemix PHP App Sample

The application repo that accompanies the recipe: Deploying to AWS from Bluemix?!

PHP Starter Overview

The PHP Starter demonstrates a simple, reusable PHP web application.

Run the app locally

  1. Download and extract PHP
  2. Add the extracted directory to your PATH environment variable
  3. Download and extract the starter code from the Bluemix UI
  4. cd into the app directory
  5. Run php -S localhost:8000 to start the app using the built-in development web server
  6. Access the running app in a browser at http://localhost:8000

Create an IBM DevOps Services toolchain

Create Toolchain