Skip to content

cjjuice/burndown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Burndown

Burndown before you burn out.

Installation

Prerequisites (if needed):

Ruby

I recommend installing with RVM.

$ \curl -#L https://get.rvm.io | bash -s stable --autolibs=3 --ruby

Github Application

Create a new application here.

NOTE: These settings are for local development. Please change according to your environment!

Now add your Github application client id and client secret to environment variables

$ echo 'export GITHUB_KEY=client_id_here' >> ~/.bashrc
$ echo 'export GITHUB_SECRET=client_secret_here' >> ~/.bashrc

Burndown

Install Burndown:

$ git clone git@github.com:appneta/burndown.git
$ cd burndown/
$ bundle
$ rake db:migrate

Start the server:

$ source ~/.bashrc
$ rails s

Now, just head over to http://127.0.0.1:3000 in your favorite browser and start burning down!