Koozali.org: home of the SME Server

Configuring RT

veoroj

Configuring RT
« 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?

Offline byte

  • *
  • 2,183
  • +2/-0
Configuring RT
« Reply #1 on: December 12, 2006, 12:28:59 PM »
Moving this topic to the SME 7.x contribs forum, it is more appropriate there. Thanks!
--[byte]--

Have you filled in a Bug Report over @ http://bugs.contribs.org ? Please don't wait to be told this way you help us to help you/others - Thanks!