- Ruby 2.3.x (2.4.0 currently fails a
json
gem issue) - Postgresql 9.x
GITHUB_CLIENT_ID
andGITHUB_CLIENT_SECRET
DATABASE_URL=postgres://localhost
or whatever appropriate location your database is at.
- Install deps:
bundle install
- Init the db schema:
rake schema
- Run the app:
bundle exec ruby app.rb
- Load the website: http://localhost:4567