Go to file
Mitchell Hashimoto 41b25e68ec Reload action only halts the machine if its running 2010-03-05 18:03:08 -08:00
bin vagrant-up now starts the VM if its already created, rather than giving an error. 2010-03-02 22:07:04 -08:00
config moved hanging dotfile_name under Vagrant.config.vagrant 2010-03-04 23:50:08 -08:00
lib Reload action only halts the machine if its running 2010-03-05 18:03:08 -08:00
script And then God said unto thee, "You shall be named Vagrant." 2010-02-09 23:08:23 -08:00
templates Updated template Vagrant file to use "base" box by default 2010-03-01 01:16:45 -08:00
test Reload action only halts the machine if its running 2010-03-05 18:03:08 -08:00
.gitignore Yard documentation rake task and gitignoring output. 2010-03-03 23:14:06 -08:00
Gemfile package and unpackage moved to tar, tarruby added 2010-02-19 00:54:49 -08:00
README.md One more reference to "Hobo" 2010-02-09 23:13:16 -08:00
Rakefile Yard documentation rake task and gitignoring output. 2010-03-03 23:14:06 -08:00
VERSION Bumped version to 0.0.1 for testing purposes. 2010-03-03 22:07:55 -08:00

README.md

Vagrant

Contributing to Vagrant

To hack on vagrant, you'll need bundler which can be installed with a simple sudo gem install bundler. Afterwords, do the following:

bundle install
rake

This will run the test suite, which should come back all green! Then you're good to go!