fhsav / clock

The clock for Farmington High School.
http://fhsclock.com
Other
12 stars 2 forks source link

Development VM to get up and running quickly #297

Open ethnt opened 11 years ago

ethnt commented 11 years ago

Create a Vagrant VM (and provision it with Chef) to get potential developers up and running quickly. Already in progress at eturk/clock-vm.

ethnt commented 11 years ago

This is how it's going to be:

  1. Install Ruby + RubyGems.
  2. Install VirtualBox.
  3. gem install bundler
  4. git clone https://github.com/fhsclock/clock-vm.git clock
  5. cd clock (Or however you change directories on that platform)
  6. bundle install
  7. librarian-chef install
  8. vagrant up