- Clone repository.
Make sure rails is installed.
http://installrails.com/steps/choose_os
Navigate to the the directory you cloned or unzipped the application.
Then run the following commands:
-
bundle install
-
rake db:migrate
and finally,
- bin/rails s (this will start the server)
In your web browser navigate to localhost:3000