Add some documentations

Hadi Nategh 2019-02-25 11:02:48 +01:00
parent 76cd074e11
commit 2dd8c59a68

@ -149,6 +149,12 @@ less /root/egroupware-epl.log
from this moment on you may get logged in to your EGroupware instance via the mentioned
url in egroupware-epl.log. Although, before doing that we highly do recommend to take couple of more steps to adjust couple of settings for [PHP and MyQL](https://github.com/EGroupware/egroupware/wiki/Basic-PHP-and-MySQL-Adjustments) in order to get the best performance.
**Firewall and SELinux:**
<br>CentOS-7 has its firewall by default on and it might restrict you to reaching your webserver. It's recommended to configure your firewall properly to allow access or in case you need to switch it off you may run `sudo systemctl disable firewalld`. <br/> Another restriction access might be from SELinux which is switched on by default and you need to see it properly for your environment or in case you need to set it off you may run `setenforce 1`.
> **IMPORTANT:** *Switching off above mentioned security features could cause major security risks, please configure them properly.*
>
>
#### Step 5:
Congratulations!!!