summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-06-13 07:53:05 +0200
committerRemi Collet <remi@remirepo.net>2018-06-13 07:53:05 +0200
commitef8bb988f0ec8370f9782a8359a6be1c3f593bcb (patch)
tree87e454162393dabc9cedf1af55385d42bfeb585d
parent4662ff770c460c4a9128446d39ea4cb0d34c5de3 (diff)
add some comments
-rw-r--r--glpi-93-c7.md6
1 files 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