[Rt-commit] r6112 - RT-Extension-TicketAging

ruz at bestpractical.com ruz at bestpractical.com
Fri Sep 29 04:46:02 EDT 2006


Author: ruz
Date: Fri Sep 29 04:46:01 2006
New Revision: 6112

Modified:
   RT-Extension-TicketAging/INSTALL

Log:
* docs update

Modified: RT-Extension-TicketAging/INSTALL
==============================================================================
--- RT-Extension-TicketAging/INSTALL	(original)
+++ RT-Extension-TicketAging/INSTALL	Fri Sep 29 04:46:01 2006
@@ -7,7 +7,18 @@
 
   make install
 
-This extension needs to add a the custom "Age" field to your RT database.
-Again, with the approrpriate RT permissions:
+This extension needs to add a the custom "Age" field and scrips to
+your RT database. Again, with the approrpriate RT permissions:
 
   make initdb
+
+Shredder is used for Destroyed age, so you have to create directory
+for backups in the RT's 'var' directory. See also description
+of the TicketAgingFilenameTemplate option in the docs.
+
+  mkdir /opt/rt3/var/data/RT-Shredder/
+
+Add 'use RT::Extension::TicketAging;' line to the bottom of the RT
+site config.
+
+Check README to get pointers to documentation about this extension.


More information about the Rt-commit mailing list