Follow the following link to install ROR on your Ubuntu or Debian machine.
Clone the source from git from here using the command,
git clone https://github.com/fsmk/camp-web.git
To install all the dependent gems needed for running the camp site, run the following command.
bundle install
Run the following command to tell Rails that this is a development environment.
rake db:migrate
Start the server using the following command.
rails server
After this, the camp website should be running at http://localhost:3000
Happy Hacking!!!