1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/www/trac-scrumburndown/pkg-message
2019-08-14 12:25:09 +00:00

23 lines
402 B
Plaintext

[
{ 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
}
]