Changes between Version 11 and Version 12 of Nmm2022/Agenda/RTsetup


Ignore:
Timestamp:
May 24, 2022, 7:53:34 AM (3 years ago)
Author:
geethike
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Nmm2022/Agenda/RTsetup

    v11 v12  
    213213}}}
    214214
    215 
    216 
     215Configure Request Tracker
     216
     217The default configuration file for Request Tracker 5 is ''' /opt/rt5/etc/RT_SiteConfig.pm. '''
     218
     219To begin with, set the RT domain name, the organization and the web domain.
     220
     221{{{
     222# vim /opt/rt5/etc/RT_SiteConfig.pm
     223}}}
     224
     225{{{
     226...
     227#Set( $rtname, 'example.com');
     228Set( $rtname, '<server ip>');
     229Set( $Organization, '<server ip>' );
     230Set( $WebDomain, '<server ip>' );
     231}}}
     232