Top Banner
By: Shaily Dubey Intern : IBM innovation center Bangalore Date: 20/04/2015 Create a simple “Tic Tac Toe With IBM Devops Services
17
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: 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

Page 2: Tic tac toe with IBM DevOps

Steps to follow:

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

● Login with your IBM Id in Devops sevices.

Page 3: Tic tac toe with IBM DevOps

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

Page 4: Tic tac toe with IBM DevOps
Page 5: Tic tac toe with IBM DevOps

Edit your code

Page 6: Tic tac toe with IBM DevOps

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)

Page 7: Tic tac toe with IBM DevOps
Page 8: Tic tac toe with IBM DevOps
Page 9: Tic tac toe with IBM DevOps

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.

Page 11: Tic tac toe with IBM DevOps

Save your project and Deploy it

Page 12: Tic tac toe with IBM DevOps

Simply Test your App Url

Page 13: Tic tac toe with IBM DevOps

Hurrayy!!! its working.

Page 14: Tic tac toe with IBM DevOps

Change the Deployment Setting

Page 15: Tic tac toe with IBM DevOps

Application Status at Bluemix

Page 16: Tic tac toe with IBM DevOps

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/

Page 17: Tic tac toe with IBM DevOps

Thank You