Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 504 Bytes

README.markdown

File metadata and controls

26 lines (24 loc) · 504 Bytes

Challenge App

Installation

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