Source from http://ferdev.com
-
Install bundler
gem install bundler
-
Install project dependencies
bundle install
-
Pygments (optional).
If you want {% highlight %} support, you'll need to install pygments.
-
Hack!
This project contains a .rvmrc file, which will create a 'ferdev' gemset in your default ruby interpreter if you have rvm installed.