It’s a simple PHP/MySQL web application which can manage some data for the Scrum burndown chart, and show burndown chart with the RGraph(www.rgraph.net/) library.
-
change database connection settings in the file config/config.php
-
import the config/init_tables.sql file into your MySQL server.
-
open browser with the url YOUR-HOST/burndown_chart/
-
create a project
-
create a new sprint based on a project
-
create some burndown items day by day
-
have fun!