Skip to content
This repository has been archived by the owner on Jun 19, 2018. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 630 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 630 Bytes

Is Greg Dead?

Greg works weird hours. Sometimes we don't see him. We worry like a Jewish mother! This app helps us not worry.

Configuration

Since this needs to scan private github repositories, you'll need to enter your github credentials in the config file - AND work at bitly.. sorry!

http://devcenter.heroku.com/articles/config-vars

To run locally

GITHUB_USERNAME=foo GITHUB_PASSWORD=bar rails server

To set it for Heroku do it via config:add

$ heroku config:add GITHUB_USERNAME=foo GITHUB_PASSWORD=bar
Adding config vars:
  GITHUB_USERNAME => foo
  GITHUB_PASSWORD => bar
Restarting app... done.