<?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=RTIRInstallation</id>
	<title>RTIRInstallation - 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=RTIRInstallation"/>
	<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=RTIRInstallation&amp;action=history"/>
	<updated>2026-08-22T02:35:05Z</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=RTIRInstallation&amp;diff=2990&amp;oldid=prev</id>
		<title>Admin: 4 revisions imported</title>
		<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=RTIRInstallation&amp;diff=2990&amp;oldid=prev"/>
		<updated>2016-04-06T20:24:44Z</updated>

		<summary type="html">&lt;p&gt;4 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;
== More About RTIR ==&lt;br /&gt;
&lt;br /&gt;
http://www.bestpractical.com/rtir/&lt;br /&gt;
&lt;br /&gt;
== Perl prerequisites ==&lt;br /&gt;
&lt;br /&gt;
Before starting RTIR installation, make sure your system has the following Perl packages installed:&lt;br /&gt;
&lt;br /&gt;
 Version.pm : libsort-versions-perl&lt;br /&gt;
 YAML.pm : libconfig-yaml-perl&lt;br /&gt;
&lt;br /&gt;
These dependencies are not checked during installation and abort it.&lt;br /&gt;
&lt;br /&gt;
== RTIR Installation ==&lt;br /&gt;
&lt;br /&gt;
Installation is a fairly straightforward process (this process assumes that you already have a fully functional instance of RTFM2.4.1 or newer installed and that you are not upgrading a previous installation of RTIR) :&lt;br /&gt;
&lt;br /&gt;
 cd /usr/local/src&lt;br /&gt;
 wget http://download.bestpractical.com/pub/rt/release/RT-IR-2.4.1.tar.gz&lt;br /&gt;
 tar xvzf RT-IR-2.4.1.tar.gz&lt;br /&gt;
 cd RT-IR-2.4.1&lt;br /&gt;
 perl Makefile.PL&lt;br /&gt;
 make install&lt;br /&gt;
 make initdb&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Then edit your [[RT Config|RT_Config]] (or [[RT SiteConfig|RT_SiteConfig]]) to replace the line:&lt;br /&gt;
&lt;br /&gt;
 Set(@Plugins, qw(RT::FM));&lt;br /&gt;
&lt;br /&gt;
by:&lt;br /&gt;
&lt;br /&gt;
 Set(@Plugins, &amp;#039;RT::FM&amp;#039;, &amp;#039;RT::IR&amp;#039;);&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Finally, restart your webserver:&lt;br /&gt;
&lt;br /&gt;
 /etc/init.d/httpd stop&lt;br /&gt;
 /etc/init.d/httpd start&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>