/telecom

This is repository to host the source code of IBM icos project based on Business Analytics.

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