Skip to content
This repository was archived by the owner on Mar 26, 2019. It is now read-only.

Groningen-rb/groningenrb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Groningen.rb website codebase

Setup

  • Create .env file: $ 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:5000 for website and http://localhost:500/auth/github/callback for callback.

Note: Pow.cx users might have a slightly different setup:

  • Create .powenv file: $ vim .powenv
  • Add the following data:
export GITHUB_KEY=<your github key>
export GITHUB_SECRET=<your github secret>

Initialize

$ rake db:migrate

$ rake db:seed if you want to preload all previous Groningen.rb editions.

Start the server

$ foreman start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors