From 19078424f52e40c8e4be64aae418291db4ac6352 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Tue, 20 Jun 2017 15:16:30 +0200 Subject: [PATCH] Updated EGroupware Community Edition Installation (markdown) --- EGroupware-Community-Edition-Installation.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/EGroupware-Community-Edition-Installation.md b/EGroupware-Community-Edition-Installation.md index b4a55d0..8e43612 100644 --- a/EGroupware-Community-Edition-Installation.md +++ b/EGroupware-Community-Edition-Installation.md @@ -110,10 +110,19 @@ _Step 1:_ Setup the needed PHP IUS repositories for a PHP 5.4 installation. +For CentOS 7 and RedHat 7: + NOTE: CentOS7 and RedHat 7 contain already a PHP 5.4 Version; only for the PHP mcrypt extension it is necessary to add and install the epel-release repository. -
wget http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-2.noarch.rpm
-rpm -ivh epel-release-7-2.noarch.rpm
+
wget http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-9.noarch.rpm
+rpm -ivh epel-release-7-9.noarch.rpm
+
+if the php is not installed or would like to install new php 7, you need to do the following: +
+sudo rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
+sudo rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm
+sudo yum install -y mod_php71w php71w-cli php71w-common php71w-gd php71w-mbstring php71w-mcrypt php71w-mysqlnd php71w-xml
+sudo systemctl restart httpd
 
Switch to the root home directory: