Trac – Scrum burndown plugin: Installation
Follow these instructions to get the Scrum Burndown plugin running on your Trac site.
- Download the plugin
- Install the TimingAndEstimationPlugin
- Copy the file TracBurndown-1.9.2-py2.x.egg to the ‘plugins’ directory inside your Trac environment directory
- Enable the plugins in trac.ini by adding these rows under the [components] section.
[components] timingandestimationplugin.* = enabled burndown.* = enabled
- Upgrade the Trac environment by running:
trac-admin /full/path/to/YourProjectName upgrade
- Restart your webserver
- Assign the permissions
- The BURNDOWN_VIEW permission gives access to the burndown chart
- The BURNDOWN_ADMIN permission gives users access to the ‘Start Milestone’ and ‘Milestone Complete’ buttons.
- Done!









