From ef8bb988f0ec8370f9782a8359a6be1c3f593bcb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 13 Jun 2018 07:53:05 +0200 Subject: add some comments --- glpi-93-c7.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/glpi-93-c7.md b/glpi-93-c7.md index 5b97f6a..c643821 100644 --- a/glpi-93-c7.md +++ b/glpi-93-c7.md @@ -12,6 +12,8 @@ On CentOS 7.5 - fresh install - June 2018 ## MariaDB 10.2 +GLPI requires MariaDB >= 10, and default version 5.5 in base repository is not compatible, so using the SCL of the latest MariaDB 10.2 (10.1 is also OK). + ### Install # yum install rh-mariadb102-mariadb-server @@ -39,6 +41,8 @@ On CentOS 7.5 - fresh install - June 2018 ## Apache HTTP Server and PHP 7.2 +GLPI requires PHP >= 5.6, so default version 5.4 in base repository is not compatible, so using the latest version 7.2 for performance (7.1 is also OK, 5.6 and 7.0 are close to EOL). + ### Install # yum-config-manager --enable remi-php72 @@ -66,5 +70,3 @@ On CentOS 7.5 - fresh install - June 2018 ## Done Browse http://servername/glpi/ (login=glpi, password=glpi) - - \ No newline at end of file -- cgit