Read this: https://github.com/bbatsov/ruby-style-guide
- clone git repository
git clone https://github.com/cubesystems/releaf
- create config.yml (or copy over one of examples)
- run
bundle install
- run
rake dummy:setup
If you need to remove dummy app, run rake dummy:remove
.
Have fun!