diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2010-02-26 21:34:12 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2010-02-26 21:34:12 +0000 |
commit | ea6a93366e267a1f7ce41946c03bcf02df2669c4 (patch) | |
tree | d78d95bba63c4904c9fa421e7466d6b57e97f8b3 /www/trac-estimator/pkg-message | |
parent | 9571151cfa200152784dc8c01f3ae5455a48a68e (diff) | |
download | ports-ea6a93366e267a1f7ce41946c03bcf02df2669c4.tar.gz ports-ea6a93366e267a1f7ce41946c03bcf02df2669c4.zip |
Notes
Diffstat (limited to 'www/trac-estimator/pkg-message')
-rw-r--r-- | www/trac-estimator/pkg-message | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/www/trac-estimator/pkg-message b/www/trac-estimator/pkg-message new file mode 100644 index 000000000000..cedff5cbb740 --- /dev/null +++ b/www/trac-estimator/pkg-message @@ -0,0 +1,17 @@ +************************************************** +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. +************************************************** |