Tic tac toe with IBM DevOps

17
By: Shaily Dubey Intern : IBM innovation center Bangalore Date: 20/04/2015 Create a simple “Tic Tac Toe With IBM Devops Services

Transcript of Tic tac toe with IBM DevOps

By:

Shaily Dubey

Intern : IBM innovation center

Bangalore

Date: 20/04/2015

Create a simple “Tic Tac Toe Ga

With IBM Devops Services

Steps to follow:

● Go to this URL: https://hub.jazz.net/

● Login with your IBM Id in Devops sevices.

● From My Projects tab, Create a new Project.

● Name your project.

● Choose the way for your code (here we using

Git repository)

● Make it private or a bluemix project(to deploy your project in Bluemix).

● Select Create.

Edit your code

Create a new file (index.html)

● Place your code for tic tac toe game in this index.html file.

● Code source of game: http://www.dreamincode.net/forums/topic/247361-simple-tic-tac-toe-using-html5-css3-and-javascript/

● Save the file.

● Create a new manifest.yml file for application's information:

(name,buildpack,host and memory required)

Getting appropriate Buildpack

● Go to github.com

● Use the url of cloudfoundry-community buildpacks.

● Here we used : https://github.com/cloudfoundry-community/nginx-buildpack

● A buildpack for hosting static HTML sites on Cloud Foundry using Nginx.

Save your project and Deploy it

Simply Test your App Url

Hurrayy!!! its working.

Change the Deployment Setting

Application Status at Bluemix

Share your App & project with others

● Share your link with others simply by sending link Or Invite others to join the project

● Url : http://tictactoe123.mybluemix.net/

Thank You