Changes between Version 20 and Version 21 of Nmm2022/Agenda/RTsetup


Ignore:
Timestamp:
May 31, 2022, 8:28:05 AM (2 years ago)
Author:
deepthi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Nmm2022/Agenda/RTsetup

    v20 v21  
    11= Install Request Tracker 5 (RT) on Ubuntu 20.04 =
    22
     3Requirements:
     4
     5To properly install RT you'll need some things:
     6root access to the server you're going to install it on
     7RT source code
     8Perl - For RT 4.4.4 you need Perl 5.10.1 or newer
     9Perl modules
     10Database backend
     11- MySQL 5.1 or newer *with support for InnoDB*
     12- MariaDB 10.0 or newer *with support for InnoDB*
     13- PostgreSQL 9.0 or newer
     14- Oracle 11g or newer
     15- SQLite 3.0 or newer *for testing only, no upgrade path guaranteed*
     16
     17Note : we are using MariaDB here
     18
     19Web server
     20Apache version 2.x with either FastCGI or mod_perl, or another webserver with FastCGI support.
     21(RT's FastCGI handler needs to access RT's configuration file.)
    322
    423Update system package cache;