Go to file
Mitchell Hashimoto e50e264747 Actions can now implement the #cleanup method which is called after all other actions have finished executing. 2010-02-28 01:47:42 -08:00
bin --include added to package tests passing, but still needs manual verification 2010-02-27 22:49:43 -08:00
config `vagrant up` (specifically Actions::VM::Import) now uses a configured box rather than a base VM. Much cleaner! 2010-02-23 00:05:41 -08:00
lib Actions can now implement the #cleanup method which is called after all other actions have finished executing. 2010-02-28 01:47:42 -08:00
script And then God said unto thee, "You shall be named Vagrant." 2010-02-09 23:08:23 -08:00
templates `vagrant init` command. Used for initializing directories with vagrant. 2010-02-11 00:51:21 -08:00
test Actions can now implement the #cleanup method which is called after all other actions have finished executing. 2010-02-28 01:47:42 -08:00
.gitignore packaging working 2010-02-12 00:13:24 -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 And then God said unto thee, "You shall be named Vagrant." 2010-02-09 23:08:23 -08:00
VERSION Version bump to 0.0.0 2010-01-30 22:05:51 -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!