[Rt-commit] r14669 - rtfm/trunk

falcone at bestpractical.com falcone at bestpractical.com
Wed Jul 30 16:08:03 EDT 2008


Author: falcone
Date: Wed Jul 30 16:07:54 2008
New Revision: 14669

Modified:
   rtfm/trunk/   (props changed)
   rtfm/trunk/README

Log:
 r36413 at ketch:  falcone | 2008-07-30 15:52:52 -0400
 * explain how to run make test


Modified: rtfm/trunk/README
==============================================================================
--- rtfm/trunk/README	(original)
+++ rtfm/trunk/README	Wed Jul 30 16:07:54 2008
@@ -50,6 +50,19 @@
 1) lib/RT/FM/Introduction.pod - quick overview
 2) lib/RT/FM/Config.pod - RTFM's config options
 
+
+Development
+------------------------------------------------------
+
+If you would like to run RTFM's tests, you need to
+set a few environment variables
+RT_DBA_USER - a user who can create a database on your 
+              RDBMS (such as root on mysql)
+RT_DBA_PASSWORD - the password for RT_DBA_USER
+PERL5LIB - the path to your RT libraries (/opt/rt3/lib)
+
+RT_DBA_USER=user RT_DBA_PASSWORD=password PERL5LIB=/opt/rt3/lib make test
+
 Users should be now have a new "RTFM" menu item RT's top level menu.
 As an administrator, you should go create some "Classes" of articles in RTFM.
 Classes are equivalent to RT's queues. 


More information about the Rt-commit mailing list