IBMCloudDevOps / bluemix-php-sample

A sample PHP application for Bluemix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bluemix PHP App Sample

The application repo that accompanies the recipe: Run Ansible from your IBM Bluemix DevOps Pipelines

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

About

A sample PHP application for Bluemix

License:Apache License 2.0


Languages

Language:CSS 55.1%Language:PHP 28.2%Language:Shell 16.8%