aboutsummaryrefslogtreecommitdiff
path: root/www/trac-scrumburndown/pkg-message
blob: a198216937f08b04f1e0d62b0e61ab59f4cc07d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[
{ type: install
  message: <<EOM
To complete the installation, please add:

[components]
timingandestimationplugin.* = enabled
burndown.* = enabled

to your trac.ini to enable the plugins.

Next, upgrade your database with the command:

  trac-admin /full/path/to/YourProjectName upgrade

Finally, visit:
http://trac-hacks.org/wiki/ScrumBurndownPlugin#Usingtheplugin

for usage instructions.
EOM
}
]