diff options
author | ivan <ivan> | 2005-05-14 19:57:30 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-05-14 19:57:30 +0000 |
commit | 2baaa6d0fc821ee0a8f543fbe86e21fc6385a24b (patch) | |
tree | 8bdf782fa545a24e200980e6c73a0dd693d556c2 /README.1.5.7 | |
parent | be4a44a20eb0e90208f1024ea4aed70082db3d8d (diff) |
fixup RT integration grr!
Diffstat (limited to 'README.1.5.7')
-rw-r--r-- | README.1.5.7 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/README.1.5.7 b/README.1.5.7 index 85722b7b7..a4911305c 100644 --- a/README.1.5.7 +++ b/README.1.5.7 @@ -138,6 +138,13 @@ Installs w/integrated RT: 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 |