Installing and running ########################
- Install latest ruby
- Checkout the code, and run
bundle install
- Then run
rails sever
, application should be available in http://localhost:3000 - Make sure to update the client_secrets.template.json with cliet id and secrets and rename it to client_secrets.json
- rake db:migrate to create db
Bundle install may fail to install sqllite3, if you are on a linux machine run yum install sqlite-devel
or apt-get install libsqlite3-dev