- Clone the application to your work space
- The application needs Ruby - 2.2.3 and Rails - 4.2.4
- cd into the application
- run 'bundle install'
- Change config/database.yml as per your development configuration
- run 'rake db:create && rake db:migrate'
- then run 'bundle exec rails s'
Now the application will be accessible from web browser using http://localhost:3000