From 6747f02372f9dfc336249d845defd5df6d3c0e35 Mon Sep 17 00:00:00 2001 From: Kyle Neath Date: Mon, 4 May 2009 03:55:51 -0700 Subject: [PATCH] Update readme --- README.markdown | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index c50c4bc..1debb1f 100644 --- a/README.markdown +++ b/README.markdown @@ -2,8 +2,10 @@ Burndown is a little app to help you keep tabs on your Lighthouse projects. It shows you how many tickets you open and close every day, along with a chart showing the progress along a milestone. -Still in progress. - ## Deployment -If you want to make your life easy, go ahead and just deploy to [Heroku](http://heroku.com). Burndown is ready to go for a deployment to Heroku, cron jobs and all! If you want to set it up on your own, you'll need to make sure the tasks in `lib/tasks/cron.rake` get run once a day. \ No newline at end of file +If you want to make your life easy, go ahead and just deploy to [Heroku](http://heroku.com). Burndown is ready to go for a deployment to Heroku, cron jobs and all! If you want to set it up on your own, you'll need to make sure that `rake app:update_milestones` gets run once a day (preferably as late as possible in the day). Running it multiple times a day has no negative impact. + +## Getting started + +Once you deploy the app, follow the instructions to set up some burndown charts. Then... wait! Burndown works by tracking progress every day. Which means you may have to wait a few days for your data to be interesting. \ No newline at end of file