Captain’s Blog The Harbor Blog from WieckLabs

Starting A New Harbor Project

November 11, 2009 Comments off Be the first to comment!

Getting started with a new harbor application it just as easy as any other framework.

First, of course, you’ll need harbor:

> git clone git://github.com/wiecklabs/harbor.git
> cd harbor
> rake install

From there, we can create our new application with harbor’s generator.

> harbor setup my_application

And that will give you a structure like this:

So now you have a bootable application, so let’s go ahead and run this.

> cd my_application
> rackup

And if we go to http://localhost:9292/ we should see our new Harbor application:

And that’s it! Check out our features and getting started resources for some more information on where to go next.