Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 496 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 496 Bytes

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