Changes between Version 32 and Version 33 of Nmm2022/Agenda/RTsetup


Ignore:
Timestamp:
Jul 15, 2022, 4:21:40 AM (2 years ago)
Author:
deepthi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Nmm2022/Agenda/RTsetup

    v32 v33  
    55
    66To properly install RT you'll need some things
    7 root access to the server you're going to install it on
    8 RT source code
    9 Perl -Perl 5.10.1 or later
    10 Various and sundry perl modules
    11 Database backend
    12 - MySQL 5.7 with InnoDB support
    13 - MariaDB 10.2 or later with InnoDB support
    14 - Postgres 9.5 or later
    15 - Oracle 12c or later
    16 - SQLite 3.0 or later; for testing only, no upgrade path guaranteed
     7
     8- root access to the server you're going to install it on
     9- RT source code
     10- Perl -Perl 5.10.1 or later
     11- Various and sundry perl modules
     12- Database backend
     13 - MySQL 5.7 with InnoDB support
     14 - MariaDB 10.2 or later with InnoDB support
     15 - Postgres 9.5 or later
     16 - Oracle 12c or later
     17 - SQLite 3.0 or later; for testing only, no upgrade path guaranteed
    1718
    1819'''Note : We are using MariaDB here'''