Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.09 KB

README.md

File metadata and controls

56 lines (38 loc) · 1.09 KB

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 [email protected]: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!