= request tracker #apt-get install rt3.6-apache2 request-tracker3.6 #cpan install DBD::mysql #vim /etc/request-tracker3.6/RT_SiteConfig.pm Set($rtname, 'test.com'); Set($Organization, 'test.com'); Set($CorrespondAddress , 'rt@test.com'); Set($CommentAddress , 'rt-comment@test.com'); Set($DatabaseType, 'mysql'); # e.g. Pg or mysql Set($DatabaseUser , 'root'); Set($DatabasePassword , 'PASSWORD'); Set($DatabaseName , 'rtdb'); Set($WebPath , "/rt"); Set($WebBaseURL , "http://localhost"); #/usr/sbin/rt-setup-database-3.6 --action init --dba root --prompt-for-dba-password #vim /etc/apache2/sites-available/default Include /etc/request-tracker3.6/apache2-modperl2.conf #a2enmod rewrite #/etc/init.d/apache2 restart #apt-get install perl-doc #cpan install LWP #cpan install Bundle::LWP #chgrp www-data /etc/request-tracker3/RT_SiteConfig.pm #vim /etc/aliases rt: "|/usr/bin/rt-mailgate-3.6 --queue general --action correspond --url http://localhost/rt" rt-comment: "|/usr/bin/rt-mailgate-3.6 --queue general --action comment --url http://localhost/rt" access http://localhost/rt root password