freeside README.1.5.7,1.11,1.12
ivan
ivan at pouncequick.420.am
Sat May 14 12:57:34 PDT 2005
Update of /home/cvs/cvsroot/freeside
In directory pouncequick:/tmp/cvs-serv11711
Modified Files:
README.1.5.7
Log Message:
fixup RT integration grr!
Index: README.1.5.7
===================================================================
RCS file: /home/cvs/cvsroot/freeside/README.1.5.7,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- README.1.5.7 3 May 2005 12:56:55 -0000 1.11
+++ README.1.5.7 14 May 2005 19:57:30 -0000 1.12
@@ -138,6 +138,13 @@
CREATE INDEX Attributes1 on Attributes(Name);
CREATE INDEX Attributes2 on Attributes(ObjectType, ObjectId);
+ Add these lines to /opt/rt3/etc/RT_SiteConfig.pm (before the "1;"):
+ $RT::URI::freeside::IntegrationType = 'Internal';
+ $RT::URI::freeside::URL = 'http://path/to/your/freeside/';
+ Set($DatabaseHost , '');
+
+(End of Installs w/integrated RT)
+
(make sure you have upgrade DBIx::DBSchema to 0.24)
dbdef-create username
More information about the freeside-commits
mailing list