Skip to content

webmuses/oceny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

369e403 · Sep 3, 2016
Apr 5, 2016
Mar 7, 2016
Sep 3, 2016
Feb 28, 2016
Apr 8, 2016
Mar 17, 2014
Mar 17, 2014
Apr 5, 2016
Mar 7, 2016
May 26, 2014
Mar 8, 2016
Apr 24, 2015
Sep 3, 2016
Sep 3, 2016
Apr 3, 2016
Mar 7, 2016
Feb 15, 2015
Mar 17, 2014
Mar 31, 2015

Repository files navigation

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