Creating a Simple Calculator App
(in Php)
with
IBM Bluemix and Devops Services
By:
Shaily Dubey
Intern at: IBM Innovation Center
Bangalore
Step 1: finding a simple Php application at Github to
deploy over bluemix.
Step 2: Fork your own copy of project (calculator) .
Step 3: IBM Devops services.
Go to link : https://hub.jazz.net/
Create New Project.
Step 4: Make it as a Bluemix Project.
Step 5: Fork the Repository at DevOps .
Now we can see
the files :
1. manifest.yml
2. Index.php
(source code)
Step 6: Build and Deploy: Add the stages.
Configure the Stage:
Add the Build Job
If we modify the code or any modification is done:
Commit that changes and push it.
Check the Url:
http://calsi.mybluemix.net/
Simple Calculator with PhP

Simple Calculator with PhP