<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://rt-wiki.bestpractical.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Sadume</id>
	<title>Request Tracker Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://rt-wiki.bestpractical.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Sadume"/>
	<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/wiki/Special:Contributions/Sadume"/>
	<updated>2026-08-24T06:03:39Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://rt-wiki.bestpractical.com/index.php?title=DebianJessieInstallGuide&amp;diff=26329</id>
		<title>DebianJessieInstallGuide</title>
		<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=DebianJessieInstallGuide&amp;diff=26329"/>
		<updated>2016-08-11T10:43:41Z</updated>

		<summary type="html">&lt;p&gt;Sadume: /* rt4-apache2 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{UnofficialInstallGuide}}&lt;br /&gt;
&lt;br /&gt;
These are my notes from deploying RT4 in Debian using packages, I will try to make this more indepth as time goes on. Please note that I am not an expert in this and feel free to add to this / modify as needed.&lt;br /&gt;
&lt;br /&gt;
==Useful Links==&lt;br /&gt;
* [http://burn.co.nz/blog/?p=54 RT Installation With Apache] (This is for Wheezy but still useful)&lt;br /&gt;
* [https://github.com/bestpractical/rt-extension-nginx/ Official RT Extension for Nginx Optimisation]&lt;br /&gt;
* [https://www.soljerome.com/blog/2012/03/16/installing-request-tracker-on-debian-wheezy-with-nginx/ RT Installation with Nginx]&lt;br /&gt;
&lt;br /&gt;
==Requirements==&lt;br /&gt;
&lt;br /&gt;
==Packages==&lt;br /&gt;
&lt;br /&gt;
Here is a summary of the packages for apt that are available for use.&lt;br /&gt;
&lt;br /&gt;
===request-tracker4===&lt;br /&gt;
&lt;br /&gt;
this installs the rt4 core&lt;br /&gt;
&lt;br /&gt;
===rt4-db-mysql===&lt;br /&gt;
&lt;br /&gt;
This will configure the RT4 database, best to run after installing &#039;request-tracker4&#039;, it does not install mysql-server so you will need to install that first.&lt;br /&gt;
&lt;br /&gt;
===rt4-apache2===&lt;br /&gt;
&lt;br /&gt;
you may need to edit /etc/apt/sources so that you can get libapache2-mod-fcgi and libapache2-mod-perl2&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;deb http://ftp.es.debian.org/debian stable main contrib non-free&lt;br /&gt;
deb-src http://ftp.es.debian.org/debian stable main contrib non-free&lt;br /&gt;
&lt;br /&gt;
deb http://ftp.debian.org/debian/ wheezy-updates main contrib non-free&lt;br /&gt;
deb-src http://ftp.debian.org/debian/ wheezy-updates main contrib non-free&lt;br /&gt;
&lt;br /&gt;
deb http://security.debian.org/ wheezy/updates main contrib non-free&lt;br /&gt;
deb-src http://security.debian.org/ wheezy/updates main contrib non-free&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
this installs apache as well as sample config files in /etc/request-tracker4 (I think, they might just be there from the start)&lt;br /&gt;
it also installs some other stuff :) see [https://packages.debian.org/jessie/rt4-apache2 Debian Packages: rt4-apache2]&lt;br /&gt;
&lt;br /&gt;
You may need to manually install libapache2-mod-fcgi / libapache2-mod-perl2 try &amp;lt;code&amp;gt;a2enmod mod-perl2&amp;lt;/code&amp;gt; and see what output you get&lt;br /&gt;
&lt;br /&gt;
===rt4-fcgi===&lt;br /&gt;
This installs fastcgi related packages for use with nginx, it is not required for apache&lt;br /&gt;
&lt;br /&gt;
==Different File Locations==&lt;br /&gt;
The Debian packages install the files to locations different than it would be if installing from source, see below:&lt;br /&gt;
&lt;br /&gt;
* /usr/bin/rt-* (contains rt-mailgate etc.)&lt;br /&gt;
* /usr/share/request-tracker4/ (contains html files etc)&lt;br /&gt;
* /usr/share/request-tracker4/rt-server?/ (contains rt-server, rt-server.fcgi, rt-server.pl etc.)&lt;br /&gt;
* /etc/request-tracker4/ (contains rtconfig.pm and sample config files for apache)&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
set the hostname for the server that the clients will use to browse to it&lt;br /&gt;
&lt;br /&gt;
install request-tracker4 with apt to install the core features&lt;br /&gt;
&lt;br /&gt;
install mysql-server then install rt4-db-mysql and run through configuring the database&lt;br /&gt;
&lt;br /&gt;
install rt4-apache2&lt;br /&gt;
&lt;br /&gt;
run &amp;lt;code&amp;gt;a2enmode mod-rewrite&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
check the apache sample config files located in /etc/request-tracker4/&lt;br /&gt;
&lt;br /&gt;
you can just add the following in the end of the virtualhost block in /etc/apache2/sites-available/default&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;Include /etc/request-tracker4/apache2-modperl2.conf&lt;br /&gt;
&lt;br /&gt;
RedirectMatch ^/$ /rt&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
restart apache and try to browse to http://hostname/rt and you can sign in with root &amp;amp;&amp;amp; password&lt;br /&gt;
&lt;br /&gt;
this will give you a very very basic setup, please only use this guide for reference as it is incomplete&lt;/div&gt;</summary>
		<author><name>Sadume</name></author>
	</entry>
	<entry>
		<id>https://rt-wiki.bestpractical.com/index.php?title=DebianJessieInstallGuide&amp;diff=26328</id>
		<title>DebianJessieInstallGuide</title>
		<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=DebianJessieInstallGuide&amp;diff=26328"/>
		<updated>2016-08-11T10:38:21Z</updated>

		<summary type="html">&lt;p&gt;Sadume: /* rt4-apache2 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{UnofficialInstallGuide}}&lt;br /&gt;
&lt;br /&gt;
These are my notes from deploying RT4 in Debian using packages, I will try to make this more indepth as time goes on. Please note that I am not an expert in this and feel free to add to this / modify as needed.&lt;br /&gt;
&lt;br /&gt;
==Useful Links==&lt;br /&gt;
* [http://burn.co.nz/blog/?p=54 RT Installation With Apache] (This is for Wheezy but still useful)&lt;br /&gt;
* [https://github.com/bestpractical/rt-extension-nginx/ Official RT Extension for Nginx Optimisation]&lt;br /&gt;
* [https://www.soljerome.com/blog/2012/03/16/installing-request-tracker-on-debian-wheezy-with-nginx/ RT Installation with Nginx]&lt;br /&gt;
&lt;br /&gt;
==Requirements==&lt;br /&gt;
&lt;br /&gt;
==Packages==&lt;br /&gt;
&lt;br /&gt;
Here is a summary of the packages for apt that are available for use.&lt;br /&gt;
&lt;br /&gt;
===request-tracker4===&lt;br /&gt;
&lt;br /&gt;
this installs the rt4 core&lt;br /&gt;
&lt;br /&gt;
===rt4-db-mysql===&lt;br /&gt;
&lt;br /&gt;
This will configure the RT4 database, best to run after installing &#039;request-tracker4&#039;, it does not install mysql-server so you will need to install that first.&lt;br /&gt;
&lt;br /&gt;
===rt4-apache2===&lt;br /&gt;
&lt;br /&gt;
you may need to edit /etc/apt/sources so that you can get libapache2-mod-fcgi and libapache2-mod-perl2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 deb http://ftp.es.debian.org/debian stable main contrib non-free&lt;br /&gt;
 deb-src http://ftp.es.debian.org/debian stable main contrib non-free&lt;br /&gt;
 &lt;br /&gt;
 deb http://ftp.debian.org/debian/ wheezy-updates main contrib non-free&lt;br /&gt;
 deb-src http://ftp.debian.org/debian/ wheezy-updates main contrib non-free&lt;br /&gt;
 &lt;br /&gt;
 deb http://security.debian.org/ wheezy/updates main contrib non-free&lt;br /&gt;
 deb-src http://security.debian.org/ wheezy/updates main contrib non-free&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
this installs apache as well as sample config files in /etc/request-tracker4 (I think, they might just be there from the start)&lt;br /&gt;
it also installs some other stuff :) see [https://packages.debian.org/jessie/rt4-apache2 Debian Packages: rt4-apache2]&lt;br /&gt;
&lt;br /&gt;
You may need to manually install libapache2-mod-fcgi / libapache2-mod-perl2 try &amp;lt;code&amp;gt;a2enmod mod-perl2&amp;lt;/code&amp;gt; and see what output you get&lt;br /&gt;
&lt;br /&gt;
===rt4-fcgi===&lt;br /&gt;
This installs fastcgi related packages for use with nginx, it is not required for apache&lt;br /&gt;
&lt;br /&gt;
==Different File Locations==&lt;br /&gt;
The Debian packages install the files to locations different than it would be if installing from source, see below:&lt;br /&gt;
&lt;br /&gt;
* /usr/bin/rt-* (contains rt-mailgate etc.)&lt;br /&gt;
* /usr/share/request-tracker4/ (contains html files etc)&lt;br /&gt;
* /usr/share/request-tracker4/rt-server?/ (contains rt-server, rt-server.fcgi, rt-server.pl etc.)&lt;br /&gt;
* /etc/request-tracker4/ (contains rtconfig.pm and sample config files for apache)&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
set the hostname for the server that the clients will use to browse to it&lt;br /&gt;
&lt;br /&gt;
install request-tracker4 with apt to install the core features&lt;br /&gt;
&lt;br /&gt;
install mysql-server then install rt4-db-mysql and run through configuring the database&lt;br /&gt;
&lt;br /&gt;
install rt4-apache2&lt;br /&gt;
&lt;br /&gt;
run &amp;lt;code&amp;gt;a2enmode mod-rewrite&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
check the apache sample config files located in /etc/request-tracker4/&lt;br /&gt;
&lt;br /&gt;
you can just add the following in the end of the virtualhost block in /etc/apache2/sites-available/default&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;Include /etc/request-tracker4/apache2-modperl2.conf&lt;br /&gt;
&lt;br /&gt;
RedirectMatch ^/$ /rt&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
restart apache and try to browse to http://hostname/rt and you can sign in with root &amp;amp;&amp;amp; password&lt;br /&gt;
&lt;br /&gt;
this will give you a very very basic setup, please only use this guide for reference as it is incomplete&lt;/div&gt;</summary>
		<author><name>Sadume</name></author>
	</entry>
	<entry>
		<id>https://rt-wiki.bestpractical.com/index.php?title=DebianJessieInstallGuide&amp;diff=26327</id>
		<title>DebianJessieInstallGuide</title>
		<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=DebianJessieInstallGuide&amp;diff=26327"/>
		<updated>2016-08-10T10:25:45Z</updated>

		<summary type="html">&lt;p&gt;Sadume: /* Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{UnofficialInstallGuide}}&lt;br /&gt;
&lt;br /&gt;
These are my notes from deploying RT4 in Debian using packages, I will try to make this more indepth as time goes on. Please note that I am not an expert in this and feel free to add to this / modify as needed.&lt;br /&gt;
&lt;br /&gt;
==Useful Links==&lt;br /&gt;
* [http://burn.co.nz/blog/?p=54 RT Installation With Apache] (This is for Wheezy but still useful)&lt;br /&gt;
* [https://github.com/bestpractical/rt-extension-nginx/ Official RT Extension for Nginx Optimisation]&lt;br /&gt;
* [https://www.soljerome.com/blog/2012/03/16/installing-request-tracker-on-debian-wheezy-with-nginx/ RT Installation with Nginx]&lt;br /&gt;
&lt;br /&gt;
==Requirements==&lt;br /&gt;
&lt;br /&gt;
==Packages==&lt;br /&gt;
&lt;br /&gt;
Here is a summary of the packages for apt that are available for use.&lt;br /&gt;
&lt;br /&gt;
===request-tracker4===&lt;br /&gt;
&lt;br /&gt;
this installs the rt4 core&lt;br /&gt;
&lt;br /&gt;
===rt4-db-mysql===&lt;br /&gt;
&lt;br /&gt;
This will configure the RT4 database, best to run after installing &#039;request-tracker4&#039;, it does not install mysql-server so you will need to install that first.&lt;br /&gt;
&lt;br /&gt;
===rt4-apache2===&lt;br /&gt;
&lt;br /&gt;
you may need to edit /etc/apt/sources so that you can get libapache2-mod-fcgi and libapache2-mod-perl2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;deb http://ftp.es.debian.org/debian stable main contrib non-free&lt;br /&gt;
&lt;br /&gt;
deb-src http://ftp.es.debian.org/debian stable main contrib non-free&lt;br /&gt;
&lt;br /&gt;
deb http://ftp.debian.org/debian/ wheezy-updates main contrib non-free&lt;br /&gt;
&lt;br /&gt;
deb-src http://ftp.debian.org/debian/ wheezy-updates main contrib non-free&lt;br /&gt;
&lt;br /&gt;
deb http://security.debian.org/ wheezy/updates main contrib non-free&lt;br /&gt;
&lt;br /&gt;
deb-src http://security.debian.org/ wheezy/updates main contrib non-free&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
this installs apache as well as sample config files in /etc/request-tracker4 (I think, they might just be there from the start)&lt;br /&gt;
it also installs some other stuff :) see [https://packages.debian.org/jessie/rt4-apache2 Debian Packages: rt4-apache2]&lt;br /&gt;
&lt;br /&gt;
You may need to manually install libapache2-mod-fcgi / libapache2-mod-perl2 try &amp;lt;code&amp;gt;a2enmod mod-perl2&amp;lt;/code&amp;gt; and see what output you get&lt;br /&gt;
&lt;br /&gt;
===rt4-fcgi===&lt;br /&gt;
This installs fastcgi related packages for use with nginx, it is not required for apache&lt;br /&gt;
&lt;br /&gt;
==Different File Locations==&lt;br /&gt;
The Debian packages install the files to locations different than it would be if installing from source, see below:&lt;br /&gt;
&lt;br /&gt;
* /usr/bin/rt-* (contains rt-mailgate etc.)&lt;br /&gt;
* /usr/share/request-tracker4/ (contains html files etc)&lt;br /&gt;
* /usr/share/request-tracker4/rt-server?/ (contains rt-server, rt-server.fcgi, rt-server.pl etc.)&lt;br /&gt;
* /etc/request-tracker4/ (contains rtconfig.pm and sample config files for apache)&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
set the hostname for the server that the clients will use to browse to it&lt;br /&gt;
&lt;br /&gt;
install request-tracker4 with apt to install the core features&lt;br /&gt;
&lt;br /&gt;
install mysql-server then install rt4-db-mysql and run through configuring the database&lt;br /&gt;
&lt;br /&gt;
install rt4-apache2&lt;br /&gt;
&lt;br /&gt;
run &amp;lt;code&amp;gt;a2enmode mod-rewrite&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
check the apache sample config files located in /etc/request-tracker4/&lt;br /&gt;
&lt;br /&gt;
you can just add the following in the end of the virtualhost block in /etc/apache2/sites-available/default&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;Include /etc/request-tracker4/apache2-modperl2.conf&lt;br /&gt;
&lt;br /&gt;
RedirectMatch ^/$ /rt&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
restart apache and try to browse to http://hostname/rt and you can sign in with root &amp;amp;&amp;amp; password&lt;br /&gt;
&lt;br /&gt;
this will give you a very very basic setup, please only use this guide for reference as it is incomplete&lt;/div&gt;</summary>
		<author><name>Sadume</name></author>
	</entry>
	<entry>
		<id>https://rt-wiki.bestpractical.com/index.php?title=DebianJessieInstallGuide&amp;diff=26326</id>
		<title>DebianJessieInstallGuide</title>
		<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=DebianJessieInstallGuide&amp;diff=26326"/>
		<updated>2016-08-10T10:25:21Z</updated>

		<summary type="html">&lt;p&gt;Sadume: /* Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{UnofficialInstallGuide}}&lt;br /&gt;
&lt;br /&gt;
These are my notes from deploying RT4 in Debian using packages, I will try to make this more indepth as time goes on. Please note that I am not an expert in this and feel free to add to this / modify as needed.&lt;br /&gt;
&lt;br /&gt;
==Useful Links==&lt;br /&gt;
* [http://burn.co.nz/blog/?p=54 RT Installation With Apache] (This is for Wheezy but still useful)&lt;br /&gt;
* [https://github.com/bestpractical/rt-extension-nginx/ Official RT Extension for Nginx Optimisation]&lt;br /&gt;
* [https://www.soljerome.com/blog/2012/03/16/installing-request-tracker-on-debian-wheezy-with-nginx/ RT Installation with Nginx]&lt;br /&gt;
&lt;br /&gt;
==Requirements==&lt;br /&gt;
&lt;br /&gt;
==Packages==&lt;br /&gt;
&lt;br /&gt;
Here is a summary of the packages for apt that are available for use.&lt;br /&gt;
&lt;br /&gt;
===request-tracker4===&lt;br /&gt;
&lt;br /&gt;
this installs the rt4 core&lt;br /&gt;
&lt;br /&gt;
===rt4-db-mysql===&lt;br /&gt;
&lt;br /&gt;
This will configure the RT4 database, best to run after installing &#039;request-tracker4&#039;, it does not install mysql-server so you will need to install that first.&lt;br /&gt;
&lt;br /&gt;
===rt4-apache2===&lt;br /&gt;
&lt;br /&gt;
you may need to edit /etc/apt/sources so that you can get libapache2-mod-fcgi and libapache2-mod-perl2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;deb http://ftp.es.debian.org/debian stable main contrib non-free&lt;br /&gt;
&lt;br /&gt;
deb-src http://ftp.es.debian.org/debian stable main contrib non-free&lt;br /&gt;
&lt;br /&gt;
deb http://ftp.debian.org/debian/ wheezy-updates main contrib non-free&lt;br /&gt;
&lt;br /&gt;
deb-src http://ftp.debian.org/debian/ wheezy-updates main contrib non-free&lt;br /&gt;
&lt;br /&gt;
deb http://security.debian.org/ wheezy/updates main contrib non-free&lt;br /&gt;
&lt;br /&gt;
deb-src http://security.debian.org/ wheezy/updates main contrib non-free&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
this installs apache as well as sample config files in /etc/request-tracker4 (I think, they might just be there from the start)&lt;br /&gt;
it also installs some other stuff :) see [https://packages.debian.org/jessie/rt4-apache2 Debian Packages: rt4-apache2]&lt;br /&gt;
&lt;br /&gt;
You may need to manually install libapache2-mod-fcgi / libapache2-mod-perl2 try &amp;lt;code&amp;gt;a2enmod mod-perl2&amp;lt;/code&amp;gt; and see what output you get&lt;br /&gt;
&lt;br /&gt;
===rt4-fcgi===&lt;br /&gt;
This installs fastcgi related packages for use with nginx, it is not required for apache&lt;br /&gt;
&lt;br /&gt;
==Different File Locations==&lt;br /&gt;
The Debian packages install the files to locations different than it would be if installing from source, see below:&lt;br /&gt;
&lt;br /&gt;
* /usr/bin/rt-* (contains rt-mailgate etc.)&lt;br /&gt;
* /usr/share/request-tracker4/ (contains html files etc)&lt;br /&gt;
* /usr/share/request-tracker4/rt-server?/ (contains rt-server, rt-server.fcgi, rt-server.pl etc.)&lt;br /&gt;
* /etc/request-tracker4/ (contains rtconfig.pm and sample config files for apache)&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
set the hostname for the server that the clients will use to browse to it&lt;br /&gt;
&lt;br /&gt;
install request-tracker4 with apt to install the core features&lt;br /&gt;
&lt;br /&gt;
install mysql-server then install rt4-db-mysql and run through configuring the database&lt;br /&gt;
&lt;br /&gt;
install rt4-apache2&lt;br /&gt;
&lt;br /&gt;
run &amp;lt;code&amp;gt;a2enmode mod-rewrite&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
check the apache sample config files located in /etc/request-tracker4/&lt;br /&gt;
&lt;br /&gt;
you can just add the following in the end of the virtualhost block in /etc/apache2/sites-available/default&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;Include /etc/request-tracker4/apache2-modperl2.conf&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;RedirectMatch ^/$ /rt&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
restart apache and try to browse to http://hostname/rt and you can sign in with root &amp;amp;&amp;amp; password&lt;br /&gt;
&lt;br /&gt;
this will give you a very very basic setup, please only use this guide for reference as it is incomplete&lt;/div&gt;</summary>
		<author><name>Sadume</name></author>
	</entry>
	<entry>
		<id>https://rt-wiki.bestpractical.com/index.php?title=DebianJessieInstallGuide&amp;diff=26325</id>
		<title>DebianJessieInstallGuide</title>
		<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=DebianJessieInstallGuide&amp;diff=26325"/>
		<updated>2016-08-10T10:24:23Z</updated>

		<summary type="html">&lt;p&gt;Sadume: /* rt4-apache2 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{UnofficialInstallGuide}}&lt;br /&gt;
&lt;br /&gt;
These are my notes from deploying RT4 in Debian using packages, I will try to make this more indepth as time goes on. Please note that I am not an expert in this and feel free to add to this / modify as needed.&lt;br /&gt;
&lt;br /&gt;
==Useful Links==&lt;br /&gt;
* [http://burn.co.nz/blog/?p=54 RT Installation With Apache] (This is for Wheezy but still useful)&lt;br /&gt;
* [https://github.com/bestpractical/rt-extension-nginx/ Official RT Extension for Nginx Optimisation]&lt;br /&gt;
* [https://www.soljerome.com/blog/2012/03/16/installing-request-tracker-on-debian-wheezy-with-nginx/ RT Installation with Nginx]&lt;br /&gt;
&lt;br /&gt;
==Requirements==&lt;br /&gt;
&lt;br /&gt;
==Packages==&lt;br /&gt;
&lt;br /&gt;
Here is a summary of the packages for apt that are available for use.&lt;br /&gt;
&lt;br /&gt;
===request-tracker4===&lt;br /&gt;
&lt;br /&gt;
this installs the rt4 core&lt;br /&gt;
&lt;br /&gt;
===rt4-db-mysql===&lt;br /&gt;
&lt;br /&gt;
This will configure the RT4 database, best to run after installing &#039;request-tracker4&#039;, it does not install mysql-server so you will need to install that first.&lt;br /&gt;
&lt;br /&gt;
===rt4-apache2===&lt;br /&gt;
&lt;br /&gt;
you may need to edit /etc/apt/sources so that you can get libapache2-mod-fcgi and libapache2-mod-perl2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;deb http://ftp.es.debian.org/debian stable main contrib non-free&lt;br /&gt;
&lt;br /&gt;
deb-src http://ftp.es.debian.org/debian stable main contrib non-free&lt;br /&gt;
&lt;br /&gt;
deb http://ftp.debian.org/debian/ wheezy-updates main contrib non-free&lt;br /&gt;
&lt;br /&gt;
deb-src http://ftp.debian.org/debian/ wheezy-updates main contrib non-free&lt;br /&gt;
&lt;br /&gt;
deb http://security.debian.org/ wheezy/updates main contrib non-free&lt;br /&gt;
&lt;br /&gt;
deb-src http://security.debian.org/ wheezy/updates main contrib non-free&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
this installs apache as well as sample config files in /etc/request-tracker4 (I think, they might just be there from the start)&lt;br /&gt;
it also installs some other stuff :) see [https://packages.debian.org/jessie/rt4-apache2 Debian Packages: rt4-apache2]&lt;br /&gt;
&lt;br /&gt;
You may need to manually install libapache2-mod-fcgi / libapache2-mod-perl2 try &amp;lt;code&amp;gt;a2enmod mod-perl2&amp;lt;/code&amp;gt; and see what output you get&lt;br /&gt;
&lt;br /&gt;
===rt4-fcgi===&lt;br /&gt;
This installs fastcgi related packages for use with nginx, it is not required for apache&lt;br /&gt;
&lt;br /&gt;
==Different File Locations==&lt;br /&gt;
The Debian packages install the files to locations different than it would be if installing from source, see below:&lt;br /&gt;
&lt;br /&gt;
* /usr/bin/rt-* (contains rt-mailgate etc.)&lt;br /&gt;
* /usr/share/request-tracker4/ (contains html files etc)&lt;br /&gt;
* /usr/share/request-tracker4/rt-server?/ (contains rt-server, rt-server.fcgi, rt-server.pl etc.)&lt;br /&gt;
* /etc/request-tracker4/ (contains rtconfig.pm and sample config files for apache)&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
set the hostname for the server that the clients will use to browse to it&lt;br /&gt;
&lt;br /&gt;
install request-tracker4 with apt to install the core features&lt;br /&gt;
&lt;br /&gt;
install mysql-server then install rt4-db-mysql and run through configuring the database&lt;br /&gt;
&lt;br /&gt;
install rt4-apache2&lt;br /&gt;
&lt;br /&gt;
run a2enmode mod-rewrite&lt;br /&gt;
&lt;br /&gt;
check the apache sample config files located in /etc/request-tracker4/&lt;br /&gt;
&lt;br /&gt;
you can just add the following in the end of the virtualhost block in /etc/apache2/sites-available/default&lt;br /&gt;
&lt;br /&gt;
Include /etc/request-tracker4/apache2-modperl2.conf&lt;br /&gt;
RedirectMatch ^/$ /rt&lt;br /&gt;
&lt;br /&gt;
restart apache and try to browse to http://hostname/rt and you can sign in with root &amp;amp;&amp;amp; password&lt;br /&gt;
&lt;br /&gt;
this will give you a very very basic setup, please only use this guide for reference as it is incomplete&lt;/div&gt;</summary>
		<author><name>Sadume</name></author>
	</entry>
	<entry>
		<id>https://rt-wiki.bestpractical.com/index.php?title=DebianJessieInstallGuide&amp;diff=26324</id>
		<title>DebianJessieInstallGuide</title>
		<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=DebianJessieInstallGuide&amp;diff=26324"/>
		<updated>2016-08-10T10:19:14Z</updated>

		<summary type="html">&lt;p&gt;Sadume: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{UnofficialInstallGuide}}&lt;br /&gt;
&lt;br /&gt;
These are my notes from deploying RT4 in Debian using packages, I will try to make this more indepth as time goes on. Please note that I am not an expert in this and feel free to add to this / modify as needed.&lt;br /&gt;
&lt;br /&gt;
==Useful Links==&lt;br /&gt;
* [http://burn.co.nz/blog/?p=54 RT Installation With Apache] (This is for Wheezy but still useful)&lt;br /&gt;
* [https://github.com/bestpractical/rt-extension-nginx/ Official RT Extension for Nginx Optimisation]&lt;br /&gt;
* [https://www.soljerome.com/blog/2012/03/16/installing-request-tracker-on-debian-wheezy-with-nginx/ RT Installation with Nginx]&lt;br /&gt;
&lt;br /&gt;
==Requirements==&lt;br /&gt;
&lt;br /&gt;
==Packages==&lt;br /&gt;
&lt;br /&gt;
Here is a summary of the packages for apt that are available for use.&lt;br /&gt;
&lt;br /&gt;
===request-tracker4===&lt;br /&gt;
&lt;br /&gt;
this installs the rt4 core&lt;br /&gt;
&lt;br /&gt;
===rt4-db-mysql===&lt;br /&gt;
&lt;br /&gt;
This will configure the RT4 database, best to run after installing &#039;request-tracker4&#039;, it does not install mysql-server so you will need to install that first.&lt;br /&gt;
&lt;br /&gt;
===rt4-apache2===&lt;br /&gt;
&lt;br /&gt;
you may need to edit /etc/apt/sources so that you can get libapache2-mod-fcgi and libapache2-mod-perl2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
deb http://ftp.es.debian.org/debian stable main contrib non-free&lt;br /&gt;
deb-src http://ftp.es.debian.org/debian stable main contrib non-free&lt;br /&gt;
&lt;br /&gt;
deb http://ftp.debian.org/debian/ wheezy-updates main contrib non-free&lt;br /&gt;
deb-src http://ftp.debian.org/debian/ wheezy-updates main contrib non-free&lt;br /&gt;
&lt;br /&gt;
deb http://security.debian.org/ wheezy/updates main contrib non-free&lt;br /&gt;
deb-src http://security.debian.org/ wheezy/updates main contrib non-free&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
this installs apache as well as sample config files in /etc/request-tracker4 (I think, they might just be there from the start)&lt;br /&gt;
it also installs some other stuff :) see [https://packages.debian.org/jessie/rt4-apache2 Debian Packages: rt4-apache2]&lt;br /&gt;
&lt;br /&gt;
You may need to manually install libapache2-mod-fcgi / libapache2-mod-perl2 try &#039;a2enmod mod-perl2&#039; and see what output you get&lt;br /&gt;
&lt;br /&gt;
===rt4-fcgi===&lt;br /&gt;
This installs fastcgi related packages for use with nginx, it is not required for apache&lt;br /&gt;
&lt;br /&gt;
==Different File Locations==&lt;br /&gt;
The Debian packages install the files to locations different than it would be if installing from source, see below:&lt;br /&gt;
&lt;br /&gt;
* /usr/bin/rt-* (contains rt-mailgate etc.)&lt;br /&gt;
* /usr/share/request-tracker4/ (contains html files etc)&lt;br /&gt;
* /usr/share/request-tracker4/rt-server?/ (contains rt-server, rt-server.fcgi, rt-server.pl etc.)&lt;br /&gt;
* /etc/request-tracker4/ (contains rtconfig.pm and sample config files for apache)&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
set the hostname for the server that the clients will use to browse to it&lt;br /&gt;
&lt;br /&gt;
install request-tracker4 with apt to install the core features&lt;br /&gt;
&lt;br /&gt;
install mysql-server then install rt4-db-mysql and run through configuring the database&lt;br /&gt;
&lt;br /&gt;
install rt4-apache2&lt;br /&gt;
&lt;br /&gt;
run a2enmode mod-rewrite&lt;br /&gt;
&lt;br /&gt;
check the apache sample config files located in /etc/request-tracker4/&lt;br /&gt;
&lt;br /&gt;
you can just add the following in the end of the virtualhost block in /etc/apache2/sites-available/default&lt;br /&gt;
&lt;br /&gt;
Include /etc/request-tracker4/apache2-modperl2.conf&lt;br /&gt;
RedirectMatch ^/$ /rt&lt;br /&gt;
&lt;br /&gt;
restart apache and try to browse to http://hostname/rt and you can sign in with root &amp;amp;&amp;amp; password&lt;br /&gt;
&lt;br /&gt;
this will give you a very very basic setup, please only use this guide for reference as it is incomplete&lt;/div&gt;</summary>
		<author><name>Sadume</name></author>
	</entry>
	<entry>
		<id>https://rt-wiki.bestpractical.com/index.php?title=DebianJessieInstallGuide&amp;diff=26323</id>
		<title>DebianJessieInstallGuide</title>
		<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=DebianJessieInstallGuide&amp;diff=26323"/>
		<updated>2016-08-10T10:18:48Z</updated>

		<summary type="html">&lt;p&gt;Sadume: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{UnofficialInstallGuide}}&lt;br /&gt;
&lt;br /&gt;
These are my notes from deploying RT4 in Debian using packages, I will try to make this more indepth as time goes on. Please note that I am not an expert in this and feel free to add to this / modify as needed.&lt;br /&gt;
&amp;lt;nowiki&amp;gt; blah                     n-formatted text here&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
==Useful Links==&lt;br /&gt;
* [http://burn.co.nz/blog/?p=54 RT Installation With Apache] (This is for Wheezy but still useful)&lt;br /&gt;
* [https://github.com/bestpractical/rt-extension-nginx/ Official RT Extension for Nginx Optimisation]&lt;br /&gt;
* [https://www.soljerome.com/blog/2012/03/16/installing-request-tracker-on-debian-wheezy-with-nginx/ RT Installation with Nginx]&lt;br /&gt;
&lt;br /&gt;
==Requirements==&lt;br /&gt;
&lt;br /&gt;
==Packages==&lt;br /&gt;
&lt;br /&gt;
Here is a summary of the packages for apt that are available for use.&lt;br /&gt;
&lt;br /&gt;
===request-tracker4===&lt;br /&gt;
&lt;br /&gt;
this installs the rt4 core&lt;br /&gt;
&lt;br /&gt;
===rt4-db-mysql===&lt;br /&gt;
&lt;br /&gt;
This will configure the RT4 database, best to run after installing &#039;request-tracker4&#039;, it does not install mysql-server so you will need to install that first.&lt;br /&gt;
&lt;br /&gt;
===rt4-apache2===&lt;br /&gt;
&lt;br /&gt;
you may need to edit /etc/apt/sources so that you can get libapache2-mod-fcgi and libapache2-mod-perl2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
deb http://ftp.es.debian.org/debian stable main contrib non-free&lt;br /&gt;
deb-src http://ftp.es.debian.org/debian stable main contrib non-free&lt;br /&gt;
&lt;br /&gt;
deb http://ftp.debian.org/debian/ wheezy-updates main contrib non-free&lt;br /&gt;
deb-src http://ftp.debian.org/debian/ wheezy-updates main contrib non-free&lt;br /&gt;
&lt;br /&gt;
deb http://security.debian.org/ wheezy/updates main contrib non-free&lt;br /&gt;
deb-src http://security.debian.org/ wheezy/updates main contrib non-free&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
this installs apache as well as sample config files in /etc/request-tracker4 (I think, they might just be there from the start)&lt;br /&gt;
it also installs some other stuff :) see [https://packages.debian.org/jessie/rt4-apache2 Debian Packages: rt4-apache2]&lt;br /&gt;
&lt;br /&gt;
You may need to manually install libapache2-mod-fcgi / libapache2-mod-perl2 try &#039;a2enmod mod-perl2&#039; and see what output you get&lt;br /&gt;
&lt;br /&gt;
===rt4-fcgi===&lt;br /&gt;
This installs fastcgi related packages for use with nginx, it is not required for apache&lt;br /&gt;
&lt;br /&gt;
==Different File Locations==&lt;br /&gt;
The Debian packages install the files to locations different than it would be if installing from source, see below:&lt;br /&gt;
&lt;br /&gt;
* /usr/bin/rt-* (contains rt-mailgate etc.)&lt;br /&gt;
* /usr/share/request-tracker4/ (contains html files etc)&lt;br /&gt;
* /usr/share/request-tracker4/rt-server?/ (contains rt-server, rt-server.fcgi, rt-server.pl etc.)&lt;br /&gt;
* /etc/request-tracker4/ (contains rtconfig.pm and sample config files for apache)&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
set the hostname for the server that the clients will use to browse to it&lt;br /&gt;
&lt;br /&gt;
install request-tracker4 with apt to install the core features&lt;br /&gt;
&lt;br /&gt;
install mysql-server then install rt4-db-mysql and run through configuring the database&lt;br /&gt;
&lt;br /&gt;
install rt4-apache2&lt;br /&gt;
&lt;br /&gt;
run a2enmode mod-rewrite&lt;br /&gt;
&lt;br /&gt;
check the apache sample config files located in /etc/request-tracker4/&lt;br /&gt;
&lt;br /&gt;
you can just add the following in the end of the virtualhost block in /etc/apache2/sites-available/default&lt;br /&gt;
&lt;br /&gt;
Include /etc/request-tracker4/apache2-modperl2.conf&lt;br /&gt;
RedirectMatch ^/$ /rt&lt;br /&gt;
&lt;br /&gt;
restart apache and try to browse to http://hostname/rt and you can sign in with root &amp;amp;&amp;amp; password&lt;br /&gt;
&lt;br /&gt;
this will give you a very very basic setup, please only use this guide for reference as it is incomplete&lt;/div&gt;</summary>
		<author><name>Sadume</name></author>
	</entry>
	<entry>
		<id>https://rt-wiki.bestpractical.com/index.php?title=DebianJessieInstallGuide&amp;diff=26322</id>
		<title>DebianJessieInstallGuide</title>
		<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=DebianJessieInstallGuide&amp;diff=26322"/>
		<updated>2016-08-10T10:17:07Z</updated>

		<summary type="html">&lt;p&gt;Sadume: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{UnofficialInstallGuide}}&lt;br /&gt;
&lt;br /&gt;
These are my notes from deploying RT4 in Debian using packages, I will try to make this more indepth as time goes on. Please note that I am not an expert in this and feel free to add to this / modify as needed.&lt;br /&gt;
&lt;br /&gt;
==Useful Links==&lt;br /&gt;
* [http://burn.co.nz/blog/?p=54 RT Installation With Apache] (This is for Wheezy but still useful)&lt;br /&gt;
* [https://github.com/bestpractical/rt-extension-nginx/ Official RT Extension for Nginx Optimisation]&lt;br /&gt;
* [https://www.soljerome.com/blog/2012/03/16/installing-request-tracker-on-debian-wheezy-with-nginx/ RT Installation with Nginx]&lt;br /&gt;
&lt;br /&gt;
==Requirements==&lt;br /&gt;
&lt;br /&gt;
==Packages==&lt;br /&gt;
&lt;br /&gt;
Here is a summary of the packages for apt that are available for use.&lt;br /&gt;
&lt;br /&gt;
===request-tracker4===&lt;br /&gt;
&lt;br /&gt;
this installs the rt4 core&lt;br /&gt;
&lt;br /&gt;
===rt4-db-mysql===&lt;br /&gt;
&lt;br /&gt;
This will configure the RT4 database, best to run after installing &#039;request-tracker4&#039;, it does not install mysql-server so you will need to install that first.&lt;br /&gt;
&lt;br /&gt;
===rt4-apache2===&lt;br /&gt;
&lt;br /&gt;
you may need to edit /etc/apt/sources so that you can get libapache2-mod-fcgi and libapache2-mod-perl2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
deb http://ftp.es.debian.org/debian stable main contrib non-free&lt;br /&gt;
deb-src http://ftp.es.debian.org/debian stable main contrib non-free&lt;br /&gt;
&lt;br /&gt;
deb http://ftp.debian.org/debian/ wheezy-updates main contrib non-free&lt;br /&gt;
deb-src http://ftp.debian.org/debian/ wheezy-updates main contrib non-free&lt;br /&gt;
&lt;br /&gt;
deb http://security.debian.org/ wheezy/updates main contrib non-free&lt;br /&gt;
deb-src http://security.debian.org/ wheezy/updates main contrib non-free&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
this installs apache as well as sample config files in /etc/request-tracker4 (I think, they might just be there from the start)&lt;br /&gt;
it also installs some other stuff :) see [https://packages.debian.org/jessie/rt4-apache2 Debian Packages: rt4-apache2]&lt;br /&gt;
&lt;br /&gt;
You may need to manually install libapache2-mod-fcgi / libapache2-mod-perl2 try &#039;a2enmod mod-perl2&#039; and see what output you get&lt;br /&gt;
&lt;br /&gt;
===rt4-fcgi===&lt;br /&gt;
This installs fastcgi related packages for use with nginx, it is not required for apache&lt;br /&gt;
&lt;br /&gt;
==Different File Locations==&lt;br /&gt;
The Debian packages install the files to locations different than it would be if installing from source, see below:&lt;br /&gt;
&lt;br /&gt;
* /usr/bin/rt-* (contains rt-mailgate etc.)&lt;br /&gt;
* /usr/share/request-tracker4/ (contains html files etc)&lt;br /&gt;
* /usr/share/request-tracker4/rt-server?/ (contains rt-server, rt-server.fcgi, rt-server.pl etc.)&lt;br /&gt;
* /etc/request-tracker4/ (contains rtconfig.pm and sample config files for apache)&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
set the hostname for the server that the clients will use to browse to it&lt;br /&gt;
&lt;br /&gt;
install request-tracker4 with apt to install the core features&lt;br /&gt;
&lt;br /&gt;
install mysql-server then install rt4-db-mysql and run through configuring the database&lt;br /&gt;
&lt;br /&gt;
install rt4-apache2&lt;br /&gt;
&lt;br /&gt;
run a2enmode mod-rewrite&lt;br /&gt;
&lt;br /&gt;
check the apache sample config files located in /etc/request-tracker4/&lt;br /&gt;
&lt;br /&gt;
you can just add the following in the end of the virtualhost block in /etc/apache2/sites-available/default&lt;br /&gt;
&lt;br /&gt;
Include /etc/request-tracker4/apache2-modperl2.conf&lt;br /&gt;
RedirectMatch ^/$ /rt&lt;br /&gt;
&lt;br /&gt;
restart apache and try to browse to http://hostname/rt and you can sign in with root &amp;amp;&amp;amp; password&lt;br /&gt;
&lt;br /&gt;
this will give you a very very basic setup, please only use this guide for reference as it is incomplete&lt;/div&gt;</summary>
		<author><name>Sadume</name></author>
	</entry>
	<entry>
		<id>https://rt-wiki.bestpractical.com/index.php?title=DebianJessieInstallGuide&amp;diff=26321</id>
		<title>DebianJessieInstallGuide</title>
		<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=DebianJessieInstallGuide&amp;diff=26321"/>
		<updated>2016-08-10T10:06:24Z</updated>

		<summary type="html">&lt;p&gt;Sadume: /* rt4-apache2= */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{UnofficialInstallGuide}}&lt;br /&gt;
&lt;br /&gt;
These are my notes from deploying RT4 in Debian using packages, I will try to make this more indepth as time goes on. Please note that I am not an expert in this and feel free to add to this / modify as needed.&lt;br /&gt;
&lt;br /&gt;
==Useful Links==&lt;br /&gt;
* [http://burn.co.nz/blog/?p=54 RT Installation With Apache] (This is for Wheezy but still useful)&lt;br /&gt;
* [https://github.com/bestpractical/rt-extension-nginx/ Official RT Extension for Nginx Optimisation]&lt;br /&gt;
* [https://www.soljerome.com/blog/2012/03/16/installing-request-tracker-on-debian-wheezy-with-nginx/ RT Installation with Nginx]&lt;br /&gt;
&lt;br /&gt;
==Requirements==&lt;br /&gt;
&lt;br /&gt;
==Packages==&lt;br /&gt;
&lt;br /&gt;
Here is a summary of the packages for apt that are available for use.&lt;br /&gt;
&lt;br /&gt;
===request-tracker4===&lt;br /&gt;
&lt;br /&gt;
this installs the rt4 core&lt;br /&gt;
&lt;br /&gt;
===rt4-db-mysql===&lt;br /&gt;
&lt;br /&gt;
This will configure the RT4 database, best to run after installing &#039;request-tracker4&#039;, it does not install mysql-server so you will need to install that first.&lt;br /&gt;
&lt;br /&gt;
===rt4-apache2===&lt;br /&gt;
&lt;br /&gt;
you may need to edit /etc/apt/sources so that you can get libapache2-mod-fcgi and libapache2-mod-perl2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
deb http://ftp.es.debian.org/debian stable main contrib non-free&lt;br /&gt;
deb-src http://ftp.es.debian.org/debian stable main contrib non-free&lt;br /&gt;
&lt;br /&gt;
deb http://ftp.debian.org/debian/ wheezy-updates main contrib non-free&lt;br /&gt;
deb-src http://ftp.debian.org/debian/ wheezy-updates main contrib non-free&lt;br /&gt;
&lt;br /&gt;
deb http://security.debian.org/ wheezy/updates main contrib non-free&lt;br /&gt;
deb-src http://security.debian.org/ wheezy/updates main contrib non-free&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
this installs apache as well as sample config files in /etc/request-tracker4 (I think, they might just be there from the start)&lt;br /&gt;
it also installs some other stuff :) see [https://packages.debian.org/jessie/rt4-apache2 Debian Packages: rt4-apache2]&lt;br /&gt;
&lt;br /&gt;
You may need to manually install libapache2-mod-fcgi / libapache2-mod-perl2 try &#039;a2enmod mod-perl2&#039; and see what output you get&lt;br /&gt;
&lt;br /&gt;
===rt4-fcgi===&lt;br /&gt;
This installs fastcgi related packages for use with nginx, it is not required for apache&lt;br /&gt;
&lt;br /&gt;
==Different File Locations==&lt;br /&gt;
The Debian packages install the files to locations different than it would be if installing from source, see below:&lt;br /&gt;
&lt;br /&gt;
* /usr/bin/rt-* (contains rt-mailgate etc.)&lt;br /&gt;
* /usr/share/request-tracker4/ (contains html files etc)&lt;br /&gt;
* /usr/share/request-tracker4/rt-server?/ (contains rt-server, rt-server.fcgi, rt-server.pl etc.)&lt;br /&gt;
* /etc/request-tracker4/ (contains rtconfig.pm and sample config files for apache)&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;/div&gt;</summary>
		<author><name>Sadume</name></author>
	</entry>
	<entry>
		<id>https://rt-wiki.bestpractical.com/index.php?title=DebianJessieInstallGuide&amp;diff=26320</id>
		<title>DebianJessieInstallGuide</title>
		<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=DebianJessieInstallGuide&amp;diff=26320"/>
		<updated>2016-08-10T10:06:00Z</updated>

		<summary type="html">&lt;p&gt;Sadume: /* rt4-db-mysql */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{UnofficialInstallGuide}}&lt;br /&gt;
&lt;br /&gt;
These are my notes from deploying RT4 in Debian using packages, I will try to make this more indepth as time goes on. Please note that I am not an expert in this and feel free to add to this / modify as needed.&lt;br /&gt;
&lt;br /&gt;
==Useful Links==&lt;br /&gt;
* [http://burn.co.nz/blog/?p=54 RT Installation With Apache] (This is for Wheezy but still useful)&lt;br /&gt;
* [https://github.com/bestpractical/rt-extension-nginx/ Official RT Extension for Nginx Optimisation]&lt;br /&gt;
* [https://www.soljerome.com/blog/2012/03/16/installing-request-tracker-on-debian-wheezy-with-nginx/ RT Installation with Nginx]&lt;br /&gt;
&lt;br /&gt;
==Requirements==&lt;br /&gt;
&lt;br /&gt;
==Packages==&lt;br /&gt;
&lt;br /&gt;
Here is a summary of the packages for apt that are available for use.&lt;br /&gt;
&lt;br /&gt;
===request-tracker4===&lt;br /&gt;
&lt;br /&gt;
this installs the rt4 core&lt;br /&gt;
&lt;br /&gt;
===rt4-db-mysql===&lt;br /&gt;
&lt;br /&gt;
This will configure the RT4 database, best to run after installing &#039;request-tracker4&#039;, it does not install mysql-server so you will need to install that first.&lt;br /&gt;
&lt;br /&gt;
==rt4-apache2===&lt;br /&gt;
&lt;br /&gt;
you may need to edit /etc/apt/sources so that you can get libapache2-mod-fcgi and libapache2-mod-perl2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
deb http://ftp.es.debian.org/debian stable main contrib non-free&lt;br /&gt;
deb-src http://ftp.es.debian.org/debian stable main contrib non-free&lt;br /&gt;
&lt;br /&gt;
deb http://ftp.debian.org/debian/ wheezy-updates main contrib non-free&lt;br /&gt;
deb-src http://ftp.debian.org/debian/ wheezy-updates main contrib non-free&lt;br /&gt;
&lt;br /&gt;
deb http://security.debian.org/ wheezy/updates main contrib non-free&lt;br /&gt;
deb-src http://security.debian.org/ wheezy/updates main contrib non-free&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
this installs apache as well as sample config files in /etc/request-tracker4 (I think, they might just be there from the start)&lt;br /&gt;
it also installs some other stuff :) see [https://packages.debian.org/jessie/rt4-apache2 Debian Packages: rt4-apache2]&lt;br /&gt;
&lt;br /&gt;
You may need to manually install libapache2-mod-fcgi / libapache2-mod-perl2 try &#039;a2enmod mod-perl2&#039; and see what output you get&lt;br /&gt;
&lt;br /&gt;
===rt4-fcgi===&lt;br /&gt;
This installs fastcgi related packages for use with nginx, it is not required for apache&lt;br /&gt;
&lt;br /&gt;
==Different File Locations==&lt;br /&gt;
The Debian packages install the files to locations different than it would be if installing from source, see below:&lt;br /&gt;
&lt;br /&gt;
* /usr/bin/rt-* (contains rt-mailgate etc.)&lt;br /&gt;
* /usr/share/request-tracker4/ (contains html files etc)&lt;br /&gt;
* /usr/share/request-tracker4/rt-server?/ (contains rt-server, rt-server.fcgi, rt-server.pl etc.)&lt;br /&gt;
* /etc/request-tracker4/ (contains rtconfig.pm and sample config files for apache)&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;/div&gt;</summary>
		<author><name>Sadume</name></author>
	</entry>
	<entry>
		<id>https://rt-wiki.bestpractical.com/index.php?title=DebianJessieInstallGuide&amp;diff=26319</id>
		<title>DebianJessieInstallGuide</title>
		<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=DebianJessieInstallGuide&amp;diff=26319"/>
		<updated>2016-08-10T10:04:31Z</updated>

		<summary type="html">&lt;p&gt;Sadume: /* rt4-apache2 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{UnofficialInstallGuide}}&lt;br /&gt;
&lt;br /&gt;
These are my notes from deploying RT4 in Debian using packages, I will try to make this more indepth as time goes on. Please note that I am not an expert in this and feel free to add to this / modify as needed.&lt;br /&gt;
&lt;br /&gt;
==Useful Links==&lt;br /&gt;
* [http://burn.co.nz/blog/?p=54 RT Installation With Apache] (This is for Wheezy but still useful)&lt;br /&gt;
* [https://github.com/bestpractical/rt-extension-nginx/ Official RT Extension for Nginx Optimisation]&lt;br /&gt;
* [https://www.soljerome.com/blog/2012/03/16/installing-request-tracker-on-debian-wheezy-with-nginx/ RT Installation with Nginx]&lt;br /&gt;
&lt;br /&gt;
==Requirements==&lt;br /&gt;
&lt;br /&gt;
==Packages==&lt;br /&gt;
&lt;br /&gt;
Here is a summary of the packages for apt that are available for use.&lt;br /&gt;
&lt;br /&gt;
===request-tracker4===&lt;br /&gt;
&lt;br /&gt;
this installs the rt4 core&lt;br /&gt;
&lt;br /&gt;
===rt4-db-mysql===&lt;br /&gt;
&lt;br /&gt;
This will configure the RT4 database, best to run after installing &#039;request-tracker4&#039;, it does not install mysql-server so you will need to install that first.&lt;br /&gt;
&lt;br /&gt;
rt4-apache2&lt;br /&gt;
&lt;br /&gt;
you may need to edit /etc/apt/sources so that you can get libapache2-mod-fcgi and libapache2-mod-perl2&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
deb http://ftp.es.debian.org/debian stable main contrib non-free&lt;br /&gt;
deb-src http://ftp.es.debian.org/debian stable main contrib non-free&lt;br /&gt;
&lt;br /&gt;
deb http://ftp.debian.org/debian/ wheezy-updates main contrib non-free&lt;br /&gt;
deb-src http://ftp.debian.org/debian/ wheezy-updates main contrib non-free&lt;br /&gt;
&lt;br /&gt;
deb http://security.debian.org/ wheezy/updates main contrib non-free&lt;br /&gt;
deb-src http://security.debian.org/ wheezy/updates main contrib non-free&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
this installs apache as well as sample config files in /etc/request-tracker4 (I think, they might just be there from the start)&lt;br /&gt;
it also installs some other stuff :) see [https://packages.debian.org/jessie/rt4-apache2 Debian Packages: rt4-apache2]&lt;br /&gt;
&lt;br /&gt;
You may need to manually install libapache2-mod-fcgi / libapache2-mod-perl2 try &#039;a2enmod mod-perl2&#039; and see what output you get&lt;br /&gt;
&lt;br /&gt;
===rt4-fcgi===&lt;br /&gt;
This installs fastcgi related packages for use with nginx, it is not required for apache&lt;br /&gt;
&lt;br /&gt;
==Different File Locations==&lt;br /&gt;
The Debian packages install the files to locations different than it would be if installing from source, see below:&lt;br /&gt;
&lt;br /&gt;
* /usr/bin/rt-* (contains rt-mailgate etc.)&lt;br /&gt;
* /usr/share/request-tracker4/ (contains html files etc)&lt;br /&gt;
* /usr/share/request-tracker4/rt-server?/ (contains rt-server, rt-server.fcgi, rt-server.pl etc.)&lt;br /&gt;
* /etc/request-tracker4/ (contains rtconfig.pm and sample config files for apache)&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;/div&gt;</summary>
		<author><name>Sadume</name></author>
	</entry>
	<entry>
		<id>https://rt-wiki.bestpractical.com/index.php?title=DebianJessieInstallGuide&amp;diff=26318</id>
		<title>DebianJessieInstallGuide</title>
		<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=DebianJessieInstallGuide&amp;diff=26318"/>
		<updated>2016-08-10T09:57:32Z</updated>

		<summary type="html">&lt;p&gt;Sadume: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{UnofficialInstallGuide}}&lt;br /&gt;
&lt;br /&gt;
These are my notes from deploying RT4 in Debian using packages, I will try to make this more indepth as time goes on. Please note that I am not an expert in this and feel free to add to this / modify as needed.&lt;br /&gt;
&lt;br /&gt;
==Useful Links==&lt;br /&gt;
* [http://burn.co.nz/blog/?p=54 RT Installation With Apache] (This is for Wheezy but still useful)&lt;br /&gt;
* [https://github.com/bestpractical/rt-extension-nginx/ Official RT Extension for Nginx Optimisation]&lt;br /&gt;
* [https://www.soljerome.com/blog/2012/03/16/installing-request-tracker-on-debian-wheezy-with-nginx/ RT Installation with Nginx]&lt;br /&gt;
&lt;br /&gt;
==Requirements==&lt;br /&gt;
&lt;br /&gt;
==Packages==&lt;br /&gt;
&lt;br /&gt;
Here is a summary of the packages for apt that are available for use.&lt;br /&gt;
&lt;br /&gt;
===request-tracker4===&lt;br /&gt;
&lt;br /&gt;
this installs the rt4 core&lt;br /&gt;
&lt;br /&gt;
===rt4-db-mysql===&lt;br /&gt;
&lt;br /&gt;
This will configure the RT4 database, best to run after installing &#039;request-tracker4&#039;, it does not install mysql-server so you will need to install that first.&lt;br /&gt;
&lt;br /&gt;
===rt4-apache2===&lt;br /&gt;
&lt;br /&gt;
you may need to edit /etc/apt/sources so that you can get libapache2-mod-fcgi and libapache2-mod-perl2&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
deb http://ftp.es.debian.org/debian stable main contrib non-free&lt;br /&gt;
deb-src http://ftp.es.debian.org/debian stable main contrib non-free&lt;br /&gt;
&lt;br /&gt;
deb http://ftp.debian.org/debian/ wheezy-updates main contrib non-free&lt;br /&gt;
deb-src http://ftp.debian.org/debian/ wheezy-updates main contrib non-free&lt;br /&gt;
&lt;br /&gt;
deb http://security.debian.org/ wheezy/updates main contrib non-free&lt;br /&gt;
deb-src http://security.debian.org/ wheezy/updates main contrib non-free&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===rt4-fcgi===&lt;br /&gt;
This installs fastcgi related packages for use with nginx, it is not required for apache&lt;br /&gt;
&lt;br /&gt;
==Different File Locations==&lt;br /&gt;
The Debian packages install the files to locations different than it would be if installing from source, see below:&lt;br /&gt;
&lt;br /&gt;
* /usr/bin/rt-* (contains rt-mailgate etc.)&lt;br /&gt;
* /usr/share/request-tracker4/ (contains html files etc)&lt;br /&gt;
* /usr/share/request-tracker4/rt-server?/ (contains rt-server, rt-server.fcgi, rt-server.pl etc.)&lt;br /&gt;
* /etc/request-tracker4/ (contains rtconfig.pm and sample config files for apache)&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;/div&gt;</summary>
		<author><name>Sadume</name></author>
	</entry>
	<entry>
		<id>https://rt-wiki.bestpractical.com/index.php?title=DebianJessieInstallGuide&amp;diff=26317</id>
		<title>DebianJessieInstallGuide</title>
		<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=DebianJessieInstallGuide&amp;diff=26317"/>
		<updated>2016-08-10T09:22:50Z</updated>

		<summary type="html">&lt;p&gt;Sadume: Created page with &amp;quot;{{UnofficialInstallGuide}}  Description...  ==Useful Links==  ==Requirements==  ==Packages==  Here is a summary of the packages for apt that are available for use  ==Installat...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{UnofficialInstallGuide}}&lt;br /&gt;
&lt;br /&gt;
Description...&lt;br /&gt;
&lt;br /&gt;
==Useful Links==&lt;br /&gt;
&lt;br /&gt;
==Requirements==&lt;br /&gt;
&lt;br /&gt;
==Packages==&lt;br /&gt;
&lt;br /&gt;
Here is a summary of the packages for apt that are available for use&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;/div&gt;</summary>
		<author><name>Sadume</name></author>
	</entry>
	<entry>
		<id>https://rt-wiki.bestpractical.com/index.php?title=InstallationGuides&amp;diff=26316</id>
		<title>InstallationGuides</title>
		<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=InstallationGuides&amp;diff=26316"/>
		<updated>2016-08-10T09:18:25Z</updated>

		<summary type="html">&lt;p&gt;Sadume: /* Platform-Specific Installation Guides */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{OutdatedInstallGuide}}&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
= The best/easiest distribution for RT =&lt;br /&gt;
&lt;br /&gt;
There is no the best or the easiest. People run RT on Arch Linux, Debian, FreeBSD, NetBSD, RH7/8/9, RHEL, CentOS, Fedora, Solaris, SuSE, Gentoo, OpenBSD.&lt;br /&gt;
&lt;br /&gt;
Just look at the list of guides below. Pick a distro you&#039;re familiar with, check if it has packages for the latest stable RT or install from source.&lt;br /&gt;
&lt;br /&gt;
= Generic Installation Guides =&lt;br /&gt;
&lt;br /&gt;
* [[ManualRequirements]] - software and knowledge you need to install RT.&lt;br /&gt;
* [[ManualInstallation]] - general overview of installation process and first time configuring.&lt;br /&gt;
* [[DevelopmentInstallation]] - HOWTO setup RT to run from a development directory&lt;br /&gt;
* [http://www.sgsosu.net/nmetro/docs.html Installation and Administration Guides] - Request Tracker, Reporting and Asset Tracker&lt;br /&gt;
&lt;br /&gt;
= Platform-Specific Installation Guides =&lt;br /&gt;
&lt;br /&gt;
* Arch Linux&lt;br /&gt;
** [https://wiki.archlinux.org/index.php/Request_Tracker Request Tracker (Arch Wiki)]&lt;br /&gt;
* CentOS:&lt;br /&gt;
** [[CentOS5InstallPlusSome]] (CentOS 5.4 + Active Directory 2003 + Exchange 2007 + Postfix + RT 3.8.7)&lt;br /&gt;
** [http://howtoconfigure.blogspot.pt/2013/05/how-to-install-request-tracker-40x-in.html CentOS 5.x and 6.x (RT 4.0.5)] (CentOS 5.x / 6.x + RT 4.0.5)&lt;br /&gt;
** [http://harbot.wordpress.com/2012/05/22/how-to-install-request-tracker-4-0-5-in-centos6/ CentOS 6.2 (RT 4.0.5)] (An unofficial installation guide)&lt;br /&gt;
** [http://gregorbinder.blogspot.it/2012/04/how-to-install-request-tracker-4-on.html CentOS 6.2 (RT 4.0.5)] (A slightly different unofficial installation guide compared to the one above)&lt;br /&gt;
** [http://binarynature.blogspot.pt/2013/05/install-request-tracker-4.html CentOS 6.4 (RT 4.2)] (CentOS-6.4 - x86_64 Minimal Install + RT 4.2)&lt;br /&gt;
* Cygwin&lt;br /&gt;
** [[CygwinInstallGuide]]&lt;br /&gt;
* Debian GNU/Linux:&lt;br /&gt;
** [[DebianSqueezeInstallGuide]] (RT 4, via apt)&lt;br /&gt;
** [[DebianLennyInstallGuide]] (RT 3.81, mysql 5, postifx)&lt;br /&gt;
** [[DebianLennySourceInstallGuide]]&lt;br /&gt;
** [[DebianEtchSourceInstallGuide]]&lt;br /&gt;
** [[DebianStableInstallGuide|DebianSargeeInstallGuide]]&lt;br /&gt;
** [http://binarynature.blogspot.com/2013/10/install-request-tracker-4-on-ubuntu-server.html Debian 7.2 (RT 4.2)] (Ubuntu guide with Debian-specific notes; Apache, MySQL)&lt;br /&gt;
** [[DebianJessieInstallGuide]] (RT 4.2, via apt, nginx/apache)&lt;br /&gt;
* Fedora:&lt;br /&gt;
** [[FedoraCore1InstallGuide]]&lt;br /&gt;
** [[FedoraCore2InstallGuide]]&lt;br /&gt;
** [[FedoraCore4InstallGuide]]&lt;br /&gt;
** Fedore Core 5 and greater have packages, see below&lt;br /&gt;
* MacOSX:&lt;br /&gt;
** [[MacOSXServerInstallGuide]]&lt;br /&gt;
** [[MacOSX SnowLeopard ClientInstallGuide|MacOSX_SnowLeopard_ClientInstallGuide]]&lt;br /&gt;
** [[Mac_OSX_10.6.8_Snow_Leopard_Server_Install]]&lt;br /&gt;
* OpenBSD:&lt;br /&gt;
** [[OpenBSD38InstallGuide]]&lt;br /&gt;
** [[OpenBSD40InstallGuide]]&lt;br /&gt;
* openSUSE&lt;br /&gt;
** [[OpenSUSE123InstallGuide|openSUSE 12.3]]&lt;br /&gt;
** [[OpenSUSE122InstallGuide|openSUSE 12.2]]&lt;br /&gt;
** [http://wiki.bestpractical.com/view/OpenSuSE113InstallPlus OpenSuSE 11.3 InstallGuide + MySQL + RTFM and more]&lt;br /&gt;
* RedHat EL:&lt;br /&gt;
** [[RHEL4InstallGuide]]&lt;br /&gt;
** [[Rhel5InstallGuide|RHEL5InstallGuide]]&lt;br /&gt;
* Slackware&lt;br /&gt;
** [[SlackwareInstallGuide]]&lt;br /&gt;
* Solaris&lt;br /&gt;
** [[SolarisInstallGuide]]&lt;br /&gt;
* [[SuSE|SUSE Linux Enterprise (SLE):]]&lt;br /&gt;
** [[SLES11InstallGuide]]&lt;br /&gt;
** [[SuSE10InstallGuide]]&lt;br /&gt;
** [[SuSE93InstallGuide]]&lt;br /&gt;
** [[SuSEOracleInstall]]&lt;br /&gt;
* Ubuntu&lt;br /&gt;
** [http://wiki.bestpractical.com/view/Ubuntu_8.04.1 Ubuntu 8.04.1 + RT 3.8.1 + MySQL]&lt;br /&gt;
** [http://catcon.wordpress.com/2009/05/20/installing-request-tracker-3-8-2-on-ubuntu-server-9-04/ Ubuntu 9.04 + RT 3.8.2 + MySQL]&lt;br /&gt;
** [http://catcon.wordpress.com/2009/06/09/upgrading-to-request-tracker-3-8-3/ Upgrade from 3.8.2 to 3.8.3]&lt;br /&gt;
** [http://wiki.bestpractical.com/view/HowToInstallRequest-Tracker3.8OnUbunto9.10 Ubuntu 9.10 + RT 3.8.4 + MySQL]&lt;br /&gt;
** [[WithEmailFacility|Ubuntu 10.04 with inbound/outbound email facility]]&lt;br /&gt;
** [[Ubuntu 12.10 Install Guide]] (RT4, nginx, Fast-CGI, Postfix)&lt;br /&gt;
** [http://requesttracker.wikia.com/wiki/Ubuntu_13.04_Server_and_Request_Tracker Ubuntu 13.04 With RT4.0 ]&lt;br /&gt;
** [http://binarynature.blogspot.com/2013/10/install-request-tracker-4-on-ubuntu-server.html Ubuntu 13.10 (RT 4.2, Apache, MySQL)]&lt;br /&gt;
&lt;br /&gt;
==== Packaged Installs ====&lt;br /&gt;
&lt;br /&gt;
* [[Rhel5InstallGuide]]&lt;br /&gt;
* [[CentOS5InstallGuide]]&lt;br /&gt;
* [[RHELorCentOSusingEPEL]]&lt;br /&gt;
* [[DebianInstallGuide]]&lt;br /&gt;
** Portuguese translation: [[GuiaInstalacaoDebian]]&lt;br /&gt;
* Fedora:&lt;br /&gt;
** [[FedoraCore5InstallGuide]]&lt;br /&gt;
** [[FedoraCore6InstallGuide]]&lt;br /&gt;
** [[FedoraCore7InstallGuide]]&lt;br /&gt;
** [[FedoraCore9InstallGuide]]&lt;br /&gt;
* [[FreeBSDInstallGuide]]&lt;br /&gt;
* [http://requesttracker.wikia.com/wiki/FreeBSDInstallGuide_-_RT4.2 FreeBSDInstallGuide_-_RT4.2]&lt;br /&gt;
* [[GentooInstallGuide]]&lt;br /&gt;
* [[MandrivaInstallGuide]]&lt;br /&gt;
* [[RPMInstall]]&lt;br /&gt;
** (RHEL/CentOS/WBEL, updated for v3.4.5. Includes how to get mod_perl2 running)&lt;br /&gt;
* [[SolarisBlastwaveInstallGuide]]&lt;br /&gt;
* [[SuSE]]:&lt;br /&gt;
** [[OpenSUSE123InstallGuide]]&lt;br /&gt;
** [[OpenSUSE122InstallGuide]]&lt;br /&gt;
* Ubuntu:&lt;br /&gt;
** [[UbuntuInstallGuide]]&lt;br /&gt;
** [[UbuntuInstallGuide2]] (Ubuntu 6.06 / RT 3.6 / mysql)&lt;br /&gt;
** [[UbuntuHardyInstallGuide]] (Ubuntu 8.04 / RT 3.6 / mysql)&lt;br /&gt;
* Vmware:&lt;br /&gt;
** [[VmwareInstall]]&lt;br /&gt;
* Virtual Appliances:&lt;br /&gt;
** [[Proxmox VE RT Appliance|Proxmox_VE_RT_Appliance]] (RT 3.8.x)&lt;br /&gt;
&lt;br /&gt;
==== Perl Module Repositories for RHEL/CentOS ====&lt;br /&gt;
&lt;br /&gt;
* [[RHEL5RepoArchive]]&lt;br /&gt;
&lt;br /&gt;
= Database Specific Notes =&lt;br /&gt;
&lt;br /&gt;
* [[OracleSetup]]&lt;br /&gt;
* RT with [[OracleText]]&lt;br /&gt;
* RT with [[PostgreSQLFullText]]&lt;br /&gt;
* RT with [[PostgreSQLFullTextTrgm]]&lt;br /&gt;
&lt;br /&gt;
= Web Server Specific Notes =&lt;br /&gt;
&lt;br /&gt;
* [[LighttpdFastCGIGuide]]&lt;br /&gt;
&lt;br /&gt;
= Upgrading =&lt;br /&gt;
&lt;br /&gt;
* [[MigrateToNewServer]]&lt;br /&gt;
* [[UpgradingFrom3011To344OnSolaris9]]&lt;br /&gt;
* [[Upgrade_RT_3.6.7_to_3.8.8_-_Debian_5.0(lenny)_to_6.0(squeeze)]]&lt;br /&gt;
&lt;br /&gt;
= Other =&lt;br /&gt;
&lt;br /&gt;
* [[CompilingPerl]]&lt;br /&gt;
* [[ManualApache]]&lt;br /&gt;
* [[InstallMailgateOnly]]&lt;br /&gt;
&lt;br /&gt;
= Deployment guides =&lt;br /&gt;
&lt;br /&gt;
Documents which explain why and which way, rather than how.&lt;br /&gt;
&lt;br /&gt;
* [[ItsFinallyInstalledNowWhat]]&lt;br /&gt;
* The [http://web.mit.edu/tooltime/ MITProjectNotebook], especially the [http://web.mit.edu/tooltime/notebook/reference/documentation.html Documentation page], which includes a [http://web.mit.edu/tooltime/notebook/reference/rtbasics.pdf 15 page PDF] User&#039;s Manual.&lt;/div&gt;</summary>
		<author><name>Sadume</name></author>
	</entry>
</feed>