+ All Categories
Home > Data & Analytics > Simple Calculator with PhP

Simple Calculator with PhP

Date post: 06-Aug-2015
Category:
Upload: shaily-dubey
View: 42 times
Download: 1 times
Share this document with a friend
Popular Tags:
18
Creating a Simple Calculator App (in Php) with IBM Bluemix and Devops Services By: Shaily Dubey Intern at: IBM Innovation Center Bangalore
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


Recommended