-
Fork it.
-
Clone it to your local machine.
-
Install dependencies:
bundle install
rbenv rehash
-
Set a secret token for your app. Replace "CHANGE_ME" in ./config/initializers/secret_token.rb to a random string
-
Configure deployment files in ./config/deploy.rb and ./config/deploy/*
-
See the db/seeds.rb for required data
-
Redesign and fill content to site
We use automatic testing for creating one/two records of all factiories and for all RESTful actions in listed controllers. Also we test rendering of page controller actions. You can add all you need for testing of business logic.