diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/trac-estimator/Makefile | 3 | ||||
-rw-r--r-- | www/trac-estimator/pkg-message | 17 |
2 files changed, 20 insertions, 0 deletions
diff --git a/www/trac-estimator/Makefile b/www/trac-estimator/Makefile index cc7db4a37f74..29a0204b3678 100644 --- a/www/trac-estimator/Makefile +++ b/www/trac-estimator/Makefile @@ -26,4 +26,7 @@ USE_PYDISTUTILS=yes PLIST_SUB+= PORTVERSION=${PORTVERSION:S/.r/_r/} PYTHONVERSION=${_PYTHON_VERSION} PYDISTUTILS_NOEGGINFO= yes +post-install: + @${CAT} ${PKGMESSAGE} + .include <bsd.port.mk> 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. +************************************************** |