Many months after building the RT 3.6.6 rpm repository, I finally got around to gathering up all the required perl modules (in rpm format) for version 3.8.7.
The result is a new, localized, module repository for the latest version of RT. The archive below includes a yum repo of the hierarchical perl dependencies required by the latest version, as well a a few that must be manually installed due to RPM file conflicts in RHEL5.
Instructions:
Download the following archive: rt_3.8.7_bundle.zip
Unzip the archive:
unzip rt_3.8.7_bundle.zip
The archive contains the following files:
Installation Notes:
You MUST have access to a working BASE repository for your architecture. This repo only contains the modules that DON'T ship with the Redhat distro.
You must setup your MySQL and Apache instances yourself. Depending on your needs, the configuration can vary wildly... therefor it will not be covered here.
Automated Method
chmod o+x install.sh
./install.sh
Manual Method
tar -zxvf rt_repo.tar.gz
mv rt_repo /your/repo/path/here
mv rt.repo /etc/yum.repos.d/
tar -zxvf rt-3.8.7.tar.gz
tar -zxvf Modules.tar.gz
Read through the install.sh file. Use it as a guide to install. The basic sequence is as follows...
Post installation instructions are the same as in previous versions. The existing guide on the RT Wiki is still valid. http://wiki.bestpractical.com/view/Rhel5InstallGuide
Popular
-
For all those people who did a clean install of Snow Leopard and do not want to restore any data from Time Machine, you may find manually re...
-
As of Fedora 6 rt-3.6.3 has been available as an RPM. The Fedora RPM has since been rebuilt for Rhel5 using the rt-3.6.6 source code. This d...
-
I recently found it necessary to list all installed Perl modules on one of my linux servers. I wouldn't have thought that it would be as...
-
I have a hard time remembering this stuff, I'm spoiled by GUI tools. For anyone who needs it I posted some mysql cli stuff here. Nothing...
-
I found this out a while ago when looking for info on reading .DMG files on Windows or Linux boxes. Long story short, its a very painful pro...
-
sed (Stream EDitor) refers to a Unix utility for parsing text files and the programming language it uses to apply textual transformations to...
-
Many months after building the RT 3.6.6 rpm repository, I finally got around to gathering up all the required perl modules (in rpm format) f...
-
As a Mac user of less than a year I can sympathize with how painful a switch can be. Many of the keyboard shortcuts I lived by under the tyr...