freebsd-ports/www/trac-estimator/pkg-message
2019-08-14 12:25:09 +00:00

21 lines
523 B
Text

[
{ type: install
message: <<EOM
To complete the installation, please add:
[components]
estimatorplugin.api.estimatorsetupparticipant = enabled
estimatorplugin.macro_provider.estimatormacroprovider = enabled
estimatorplugin.webui.estimationspage = enabled
to your trac.ini to enable the plugin.
Next, upgrade your database with the command:
trac-admin /full/path/to/YourProjectName upgrade
Finally, restart your web server, browse to your Trac URL
and click on the "Estimate" button to create an estimate.
EOM
}
]