By:
Shaily Dubey
Intern : IBM innovation center
Bangalore
Date: 20/04/2015
Create a simple “Tic Tac Toe
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/24736
1-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/ngin
x-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

Tic tac toe with IBM DevOps

  • 1.
    By: Shaily Dubey Intern :IBM innovation center Bangalore Date: 20/04/2015 Create a simple “Tic Tac Toe With IBM Devops Services
  • 2.
    Steps to follow: ●Go to this URL: https://hub.jazz.net/ ● Login with your IBM Id in Devops sevices.
  • 3.
    ● From MyProjects 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.
  • 5.
  • 6.
    Create a newfile (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/24736 1-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)
  • 9.
    Getting appropriate Buildpack ●Go to github.com ● Use the url of cloudfoundry-community buildpacks. ● Here we used : https://github.com/cloudfoundry-community/ngin x-buildpack ● A buildpack for hosting static HTML sites on Cloud Foundry using Nginx.
  • 11.
    Save your projectand Deploy it
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
    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/
  • 17.