You can see the demo of the application at http://greenpal.dexcode.com
- Install
rvm
(https://rvm.io) - Install ruby version 2.2.5
rvm install 2.2.5
- Install bundler
gem install bundler
- Run
bundle install
- Copy
secrets.sample.yml
tosecrets.yml
- Run
rails s