From 86400837a396fd28595bb7ed5c834f2f7b7eadbf Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sun, 15 Sep 2019 13:59:24 +0200 Subject: [PATCH] added comments about SELinux and firewall for CentOS/RHEL 7 --- ...e-notes-and-distribution-specific-instructions.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/19.1-Release-notes-and-distribution-specific-instructions.md b/19.1-Release-notes-and-distribution-specific-instructions.md index 7cc6168..fdbc14b 100644 --- a/19.1-Release-notes-and-distribution-specific-instructions.md +++ b/19.1-Release-notes-and-distribution-specific-instructions.md @@ -80,6 +80,18 @@ zypper update # RHEL or CentOS 7 > If you have automatic updates enabled or run ```yum update``` manually, the update to 19.1 will happen automatic! +> RHEL/CentOS 7 have SELinux enabled by default, which stops MariaDB/MySQL socket bind-mounted into the container from working. **You currently need to switch SELinux off in order to use EGroupware!** +> To do so temporary run ```setenforce 0``` to permanently switch it off edit /etc/sysconfig/selinux, set ```SELINUX=disabled``` and reboot. + +> RHEL/CentOS 7 has a firewall enabled by default which do NOT allow to access the webserver! + +To enable http(s) access in the default firewall run the following commands: +``` +firewall-cmd --add-service=http --permanent +firewall-cmd --add-service=https --permanent +firewall-cmd --reload +``` + For new installations or updating from EPL you need to add our server:eGroupWare repo first: ``` cd /etc/yum.repos.d/