Go to file
Mitchell Hashimoto 21b1aa50f7 Rename config values for SSH to more human terms 2010-02-03 00:17:32 -08:00
bin suspend and resume, test for both and failures, small refactor of the Hobo::VM#start and the use of Ping.pingecho in SSH.up? 2010-02-02 00:49:17 -08:00
config Implement `forward_port` method for VMs in configuration 2010-02-03 00:02:12 -08:00
lib Rename config values for SSH to more human terms 2010-02-03 00:17:32 -08:00
script expect script handles the port 2010-01-30 00:15:14 -08:00
test Rename config values for SSH to more human terms 2010-02-03 00:17:32 -08:00
.gitignore hobo-up persists the UUID of the VM 2010-01-30 23:00:56 -08:00
Gemfile Updated to VirtualBox gem 0.4.3 to fix external storage bug 2010-02-02 22:42:18 -08:00
README.md Updated README with bundler instructions. 2010-01-21 19:13:53 -08:00
Rakefile Added Jeweler for building the gem when the time comes 2010-01-30 22:06:22 -08:00
VERSION Version bump to 0.0.0 2010-01-30 22:05:51 -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!