Burndown before you burn out.
I recommend installing with RVM.
$ \curl -#L https://get.rvm.io | bash -s stable --autolibs=3 --ruby
Create a new application here.
NOTE: These settings are for local development. Please change according to your environment!
- Name: Burndown is awesome
- URL: http://127.0.0.1:3000
- Callback URL: http://127.0.0.1:3000/auth/github/callback
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
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!