Changes between Version 24 and Version 25 of Nmm2022/Agenda/RTsetup
- Timestamp:
- May 31, 2022, 9:31:02 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Nmm2022/Agenda/RTsetup
v24 v25 6 6 root access to the server you're going to install it on 7 7 RT source code 8 Perl - Perl 5.10.1 or newer9 Perl modules8 Perl -Perl 5.10.1 or later 9 Various and sundry perl modules 10 10 Database 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 newer14 - Oracle 11g or newer15 - SQLite 3.0 or newer *for testing only, no upgrade path guaranteed*11 -MySQL 5.7 with InnoDB support 12 -MariaDB 10.2 or later with InnoDB support 13 -Postgres 9.5 or later 14 -Oracle 12c or later 15 -SQLite 3.0 or later; for testing only, no upgrade path guaranteed 16 16 17 17 '''Note : We are using MariaDB here''' 18 18 19 19 Web server 20 Apache version 2.x with either FastCGI or mod_perl, or another webserver with FastCGI support.20 Apache version 2.x with mod_fcgid or mod_perl or nginx or another webserver with FastCGI support 21 21 (RT's FastCGI handler needs to access RT's configuration file.) 22 22