Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 488 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 488 Bytes

Oceny

Ember.js app on Rails for rating applications of wannabe attendees.

Setup

  1. Clone repository: git clone [email protected]:webmuses/oceny.git
  2. bundle
  3. cp .env.sample .env
  4. Register a new OAuth application and set GITHUB_CLIENT_ID, GITHUB_CLIENT_SECRET in .env
  5. Set SECRET_TOKEN in .env (e.g. you can generate secret token by running rake secret)
  6. Install MongoDB