Skip to content

A sample PHP application for Bluemix, deployed to Bluemix and AWS

License

Notifications You must be signed in to change notification settings

IBMCloudDevOps/bluemix-php-sample-aws

Repository files navigation

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