Skip to content
sam edited this page Mar 28, 2012 · 4 revisions

Welcome to the harbor wiki!

Harbor v1 is being actively developed against OpenJDK 7 and JRuby HEAD (1.7). To set that up (on your Mac):

  • Download OpenJDK 7
  • Open the .dmg and drag the .jdk to the Folder alongside it (which is a symlink to /Library/Java/JavaVirtualMachines/
  • Use Spotlight to search for “Java Preferences” and make sure to drag OpenJDK 7 to the top of the list

That’s it. This is a 64bit Java, so if you have JAVA_OPTS="-d32" set in your .bash_profile you’ll need to remove it. Now you’re ready to rvm install jruby-head.

Once you’ve installed jruby-head, use it, gem install bundler, then bundle install and you should be ready to run the tests by running rake.

Here you can learn all about how to create a new Harbor application, and what you’ll get out of the box.

Help

You can Submit an Issue, shoot me an email, but the best way is probably to sign onto your favorite Freenode IRC server and join the #harbor channel.

Here is where you’ll find out how to setup a development environment for Harbor, how to submit issues and how to request features.

Clone this wiki locally