[Rt-commit] r6141 - RT-Extension-TicketAging
ruz at bestpractical.com
ruz at bestpractical.com
Tue Oct 3 05:30:15 EDT 2006
Author: ruz
Date: Tue Oct 3 05:30:14 2006
New Revision: 6141
Modified:
RT-Extension-TicketAging/INSTALL
Log:
* update install instructions
Modified: RT-Extension-TicketAging/INSTALL
==============================================================================
--- RT-Extension-TicketAging/INSTALL (original)
+++ RT-Extension-TicketAging/INSTALL Tue Oct 3 05:30:14 2006
@@ -1,7 +1,7 @@
This RT extension will install into your RT local library directory.
perl Makefile.PL
- make test
+ make
Then with appropriate permissions for your RT installation (probably sudo)
@@ -21,4 +21,11 @@
Add 'use RT::Extension::TicketAging;' line to the bottom of the RT
site config.
+Next step is optional and MUST be skipped in productions environment
+as during this step data is created in the current RT DB. Many tests
+may fail if you didn't initialize DB or the directory for backups
+doesn't exist.
+
+ make test
+
Check README to get pointers to documentation about this extension.
More information about the Rt-commit
mailing list