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

schwern at bestpractical.com schwern at bestpractical.com
Wed Sep 27 17:30:05 EDT 2006


Author: schwern
Date: Wed Sep 27 17:30:04 2006
New Revision: 6061

Added:
   RT-Extension-TicketAging/INSTALL
Modified:
   RT-Extension-TicketAging/   (props changed)

Log:
 r19329 at Master-Windhund-IV:  schwern | 2006-09-27 14:29:17 -0700
 Basic installation documentation


Added: RT-Extension-TicketAging/INSTALL
==============================================================================
--- (empty file)
+++ RT-Extension-TicketAging/INSTALL	Wed Sep 27 17:30:04 2006
@@ -0,0 +1,13 @@
+This RT extension will install into your RT local library directory.
+
+  perl Makefile.PL
+  make test
+
+Then with appropriate permissions for your RT installation (probably sudo)
+
+  make install
+
+This extension needs to add a the custom "Age" field to your RT database.
+Again, with the approrpriate RT permissions:
+
+  make initdb


More information about the Rt-commit mailing list