2010-02-10 07:10:16 +00:00
|
|
|
# Vagrant
|
2010-01-22 03:13:53 +00:00
|
|
|
|
2010-02-10 07:10:16 +00:00
|
|
|
## Contributing to Vagrant
|
2010-01-22 03:13:53 +00:00
|
|
|
|
2010-02-10 07:13:16 +00:00
|
|
|
To hack on vagrant, you'll need [bundler](http://github.com/carlhuda/bundler) which can
|
2010-01-22 03:13:53 +00:00
|
|
|
be installed with a simple `sudo gem install bundler`. Afterwords, do the following:
|
|
|
|
|
2010-02-10 07:10:16 +00:00
|
|
|
bundle install
|
2010-01-22 03:13:53 +00:00
|
|
|
rake
|
|
|
|
|
|
|
|
This will run the test suite, which should come back all green! Then you're good to go!
|