<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://rt-wiki.bestpractical.com/index.php?action=history&amp;feed=atom&amp;title=CentOS5InstallGuide</id>
	<title>CentOS5InstallGuide - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://rt-wiki.bestpractical.com/index.php?action=history&amp;feed=atom&amp;title=CentOS5InstallGuide"/>
	<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=CentOS5InstallGuide&amp;action=history"/>
	<updated>2026-08-21T22:48:16Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://rt-wiki.bestpractical.com/index.php?title=CentOS5InstallGuide&amp;diff=445&amp;oldid=prev</id>
		<title>Admin: 5 revisions imported</title>
		<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=CentOS5InstallGuide&amp;diff=445&amp;oldid=prev"/>
		<updated>2016-04-06T20:03:22Z</updated>

		<summary type="html">&lt;p&gt;5 revisions imported&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{OutdatedInstallGuide}}&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Hey Guys&amp;#039;&amp;#039;&amp;#039; - I wrote up a guide for installing RequestTracker4 on CentOS5 [[CentOs5Rt4SslInstallGuide|over here]]. Check it out if you are installing RT4. Also includes info on configuring apache to use SSL only. ===&lt;br /&gt;
----&lt;br /&gt;
===== =====&lt;br /&gt;
===== • Update your installation with the latest patches =====&lt;br /&gt;
&lt;br /&gt;
 yum update&lt;br /&gt;
&lt;br /&gt;
===== • Install Apache, MySql, &amp;amp;amp; sendmail-cf via yum =====&lt;br /&gt;
&lt;br /&gt;
 yum install httpd&lt;br /&gt;
 yum install mysql&lt;br /&gt;
 yum install mysql-server&lt;br /&gt;
 yum install sendmail-cf&lt;br /&gt;
&lt;br /&gt;
===== • Start the httpd and mysql services =====&lt;br /&gt;
&lt;br /&gt;
 /sbin/service mysqld start&lt;br /&gt;
 /sbin/service httpd start&lt;br /&gt;
&lt;br /&gt;
===== • Make sure the httpd &amp;amp;amp; mysqld service start at boot =====&lt;br /&gt;
&lt;br /&gt;
 /sbin/chkconfig httpd on&lt;br /&gt;
 /sbin/chkconfig mysqld on&lt;br /&gt;
&lt;br /&gt;
===== • Install RPMForge =====&lt;br /&gt;
&lt;br /&gt;
http://wiki.centos.org/Repositories/RPMForge&lt;br /&gt;
&lt;br /&gt;
===== • Install Request Tracker =====&lt;br /&gt;
&lt;br /&gt;
Packages are at http://www.tlviewer.org/rt3/&lt;br /&gt;
&lt;br /&gt;
To install:&lt;br /&gt;
&lt;br /&gt;
 mkdir rt3&lt;br /&gt;
 cd ./rt3&lt;br /&gt;
 wget http://www.tlviewer.org/rt3/fileset&lt;br /&gt;
 wget -i fileset&lt;br /&gt;
 &lt;br /&gt;
 rpm --import RPM-GPG-KEY-mpryor&lt;br /&gt;
 &lt;br /&gt;
 yum -y localinstall *.rpm&lt;br /&gt;
&lt;br /&gt;
===== • Install UNIVERSAL::require =====&lt;br /&gt;
&lt;br /&gt;
 cpan&lt;br /&gt;
&lt;br /&gt;
(press enter a huge load of times, enter your location, etc.)&lt;br /&gt;
&lt;br /&gt;
 cpan&amp;amp;gt; install UNIVERSAL::require&lt;br /&gt;
 cpan&amp;amp;gt; exit&lt;br /&gt;
&lt;br /&gt;
===== • Initialize the RT Database =====&lt;br /&gt;
&lt;br /&gt;
 $ /usr/sbin/rt-setup-database --action init&lt;br /&gt;
&lt;br /&gt;
You can now reboot and go to http://localhost/rt3/ for the login page.&lt;br /&gt;
&lt;br /&gt;
More detail and documentation coming...&lt;br /&gt;
&lt;br /&gt;
==== NOTE - the installation above will install RT 3.6 or 3.8.2. ====&lt;br /&gt;
&lt;br /&gt;
==== For RT 3.8.4, manual install instructions are here: ====&lt;br /&gt;
&lt;br /&gt;
===== • CentOS 5 with PostgreSQL and RT 3.8.4: =====&lt;br /&gt;
&lt;br /&gt;
http://tpokorra.blogspot.com/2007/12/bestpractical-rt-request-tracker-on.html&lt;br /&gt;
&lt;br /&gt;
===== • CentOS 5 with MySQL: =====&lt;br /&gt;
&lt;br /&gt;
http://www.ptitov.net/2008/07/request-tracker-installation-o.html&lt;br /&gt;
&lt;br /&gt;
If you are installing perl modules with CPAN please be aware that you may run into a circular dependency issue while installing required modules. See here for details: http://code.google.com/p/test-more/issues/detail?id=48&lt;br /&gt;
&lt;br /&gt;
I had to manual force install Test::More and File::Spec to get it to work. -[[smithian]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>