- Create
.envfile:$ vim .env - Add the following data:
GITHUB_KEY=<your github key>
GITHUB_SECRET=<your github secret>- You can obtain the Github key and secret from the website. In development use
http://localhost:5000for website andhttp://localhost:500/auth/github/callbackfor callback.
Note: Pow.cx users might have a slightly different setup:
- Create
.powenvfile:$ vim .powenv - Add the following data:
export GITHUB_KEY=<your github key>
export GITHUB_SECRET=<your github secret>$ rake db:migrate
$ rake db:seed if you want to preload all previous Groningen.rb editions.
$ foreman start