To install locally:
-
Add the submodule:
git submodule init git submodule update
-
Install bundler (if needed)
gem install bundler
-
Add the gems
bundle install
-
Create the database and import the initial data:
rake db:create rake db:migrate rake db:seed
-
Run the server
rails server