Go to file
John Bender b11bad4788 expect script handles the port 2010-01-30 00:15:14 -08:00
bin Got some binaries in, a shell for VM management 2010-01-29 22:21:35 -08:00
config Hobo up creates the VM, matches MAC addresses for NAT, port forwards SSH. 2010-01-30 00:07:58 -08:00
lib Hobo up creates the VM, matches MAC addresses for NAT, port forwards SSH. 2010-01-30 00:07:58 -08:00
script expect script handles the port 2010-01-30 00:15:14 -08:00
test Hobo up creates the VM, matches MAC addresses for NAT, port forwards SSH. 2010-01-30 00:07:58 -08:00
.gitignore Moved gembin, since it'll be a problem later with the gemspec 2010-01-29 21:14:09 -08:00
Gemfile Moved gembin, since it'll be a problem later with the gemspec 2010-01-29 21:14:09 -08:00
README.md Updated README with bundler instructions. 2010-01-21 19:13:53 -08:00
Rakefile corrected bundler require 2010-01-21 21:08:55 -08:00

README.md

Hobo

Contributing to Hobo

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

gem bundle test
rake

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