simple calculator with php

18
Creating a Simple Calculator App (in Php) with IBM Bluemix and Devops Services By: Shaily Dubey Intern at: IBM Innovation Center Bangalore

Upload: shaily-dubey

Post on 06-Aug-2015

50 views

Category:

Data & Analytics


1 download

TRANSCRIPT

Creating a Simple Calculator App(in Php)

with IBM Bluemix and Devops Services

By:Shaily DubeyIntern at: IBM Innovation CenterBangalore

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.yml2. 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.

Application is Running: normalCheck the Url:http://calsi.mybluemix.net/

Thank You