/calculator14cs022

Created for toolchain: https://console.ng.bluemix.net/devops/toolchains/94989343-4a4b-403c-92d0-20661a037eee

Primary LanguageCSSApache License 2.0Apache-2.0

PHP Hello World Sample

This application demonstrates a simple, reusable PHP web application.

Deploy to Bluemix

Run the app locally

  1. Download and extract PHP
  • cd into this project's root 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