| | 3 | Requirements: |
| | 4 | |
| | 5 | To properly install RT you'll need some things: |
| | 6 | root access to the server you're going to install it on |
| | 7 | RT source code |
| | 8 | Perl - For RT 4.4.4 you need Perl 5.10.1 or newer |
| | 9 | Perl modules |
| | 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 newer |
| | 14 | - Oracle 11g or newer |
| | 15 | - SQLite 3.0 or newer *for testing only, no upgrade path guaranteed* |
| | 16 | |
| | 17 | Note : we are using MariaDB here |
| | 18 | |
| | 19 | Web server |
| | 20 | Apache 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.) |