0. Install required tools and libraries
If you have not installed RubyGems, Rake and Rails, you have to install them first.
Download RubyGems from http://rubyforge.org/frs/?group_id=126 and follow the setup instructions of it.
Execute the following.
% gem install rails --include-dependencies
If you have not installed a DB adapter for your DB, install it.




