Update of "dvessey-rtir"
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: b24065ba122b3c41f19d4ce8c570adc9ad7a3934
Page Name:dvessey-rtir
Date: 2010-11-17 03:28:13
Original User: dvessey
Parent: f8f084a5d91d60fe31788a8c1f8df2b94ead2ed5 (diff)
Content

Two ways: Use built in Ubuntu packages, or manually.

Overall notes:

Built In Ubuntu Packages

Configuration variables:

Step by step instructions:

  1. Install Ubuntu Server 10.10 from ISO
  2. Install SSH for remote administration:
      user@ubuntu~$ sudo apt-get install openssh-server
      
  3. Install Request Tracker and RT FAQ Manager from Ubuntu package repositories, along with all dependencies (the APT package manager will take care of dependencies with the following command).
      user@ubuntu~$ sudo apt-get install request-tracker3.8 rt3.8-rtfm
      
    • During the RT package install, set the name to RTNAME

Manually (Should be transportable to other distributions)