Skip to content

craychee/technical-academy-ci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI presentation

##Requirements


Getting Started


  1. From inside the project root, run vagrant up
  2. You will be prompted for the administration password on your host machine. Obey.
  3. Open your hosts file on your host (e.g., sudo vim /etc/hosts), and add the following line:

10.33.36.12 continuous-integration.dev

  1. Visit continuous-integration.dev in your browser of choice.

##What just happened?


This reveal.js presentation just built itself inside a wheezy virtualbox. The project itself is being shared inside the project directory between the host and the Virtualbox (a wheezy virtualbox). This means that you can work from your host but in order to get all the goodies needed for CI, you need to be inside the VB.

##How do I work on this?


  1. From inside the project root vagrant ssh
  2. Navigate to /var/www/sites/continuous-integration.dev
  • Behat can be invoked with bin/behat from the project root.
  • The presentation itself can be altered by changing the html markup in www/index.html.

##Your mission, if you choose to accept it...


Your task is to get the test your-turn.feature to pass. Once it is passing, commit your changes with git and push up to the remote repository.

About

Continuous Integration technical training for HigherEdWeb 2012

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages