[Rt-commit] [rtir] 01/01: change README to instruct users to add Plugin('RT::IR') to RT_SiteConfig.pm before initializing the database

Dustin Graves dustin at bestpractical.com
Mon Oct 19 15:45:42 EDT 2015


This is an automated email from the git hooks/post-receive script.

dustin pushed a commit to branch 3.4/reimplement-constituencies
in repository rtir.

commit 095fb9b81f0365eb198f745753bbfa46562c975f
Author: Dustin Graves <dustin at bestpractical.com>
Date:   Mon Oct 19 19:44:25 2015 +0000

    change README to instruct users to add Plugin('RT::IR') to RT_SiteConfig.pm before initializing the database
---
 README | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/README b/README
index d56adf6..1c534b1 100644
--- a/README
+++ b/README
@@ -40,20 +40,20 @@ Installation instructions:
 
 4) Type "make install".
 
-5a) If you are installing RTIR for the first time, initialize the RTIR
+5) Activate the RTIR extension in the RT_SiteConfig.pm file:
+
+    Plugin('RT::IR');
+
+6a) If you are installing RTIR for the first time, initialize the RTIR
     database by typing "make initdb".
 
     WARNING: Do not attempt to re-initialize the database if you are
     upgrading.
 
-5b) If you are UPGRADING from a previous installation, read the
+6b) If you are UPGRADING from a previous installation, read the
     UPGRADING file for instructions on how to upgrade your
     database.
 
-6) Activate the RTIR extension in the RT_SiteConfig.pm file:
-
-    Plugin('RT::IR');
-
 7) Stop and start your web server.
 
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the rt-commit mailing list