summaryrefslogtreecommitdiff
path: root/www/trac-estimator/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'www/trac-estimator/pkg-message')
-rw-r--r--www/trac-estimator/pkg-message21
1 files changed, 0 insertions, 21 deletions
diff --git a/www/trac-estimator/pkg-message b/www/trac-estimator/pkg-message
deleted file mode 100644
index 279f1eef0181..000000000000
--- a/www/trac-estimator/pkg-message
+++ /dev/null
@@ -1,21 +0,0 @@
-[
-{ 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
-}
-]