Koozali.org: home of the SME Server

Obsolete Releases => SME 7.x Contribs => Topic started by: veoroj on December 12, 2006, 06:16:43 AM

Title: Configuring RT
Post by: veoroj on December 12, 2006, 06:16:43 AM
I'm using sme-7.0 and installed both rt and smeserver-rt packages. My configuration for RT_SiteConfig.pm

Set($DatabaseUser, 'rt');
Set($DatabaseType, 'mysql');
Set($SendmailBounceArguments, '-f ""');
Set($Timezone, 'US/Eastern');
Set($CorrespondAddress, 'RT_CorrespondAddressNotSet');
Set($RTAddressRegexp, '^rt\@domain.com');
Set($DatabasePassword, 'MjUyMzDASDFc=');
Set($rtname, 'domain.com');
Set($WebPath, '/rt');
Set($WebBaseURL, 'http://domain.com');
Set($CommentAddress, 'RT_CommentAddressNotSet');
Set($DatabaseHost, 'localhost');
Set($MinimumPasswordLength, '5');
Set($OwnerEmail, 'admin-rt');
Set($DatabaseName, 'rt');
Set($Organization, 'domain.com');
Set($DatabaseRTHost, 'localhost');
1;

Restarted httpd; inserted rt tables in mysql but when i try going to http://localhost/rt, it can't find the page.

What did I miss?
Title: Configuring RT
Post by: byte on December 12, 2006, 12:28:59 PM
Moving this topic to the SME 7.x contribs forum, it is more appropriate there. Thanks!