- Clone the project:
$ git clone git://github.com/jkgraham/data-engineering.git
- Run bundler:
$ cd data-engineering
$ bundle
- Migrate the database
$ rake db:migrate
- Setup github oauth authentication: register app at GitHub Applications Page, then export your keys:
$ export GITHUB_KEY=abc123
$ export GITHUB_SECRET=abcdef123456789
- Start the app:
$ rails s