--- doc/build/RHEL8_install.frag 2019/10/07 15:33:28 1.1 +++ doc/build/RHEL8_install.frag 2020/11/02 21:16:44 1.3 @@ -90,15 +90,15 @@ Finish installing your server, reboot it
-LON-CAPA can use Firewalld, available by default for CentOS 8. Enable access to standard +LON-CAPA can use Firewalld, available by default for RHEL 8. Enable access to standard web server ports (i.e., http and https):
systemctl enable firewalld systemctl start firewalld -sudo firewall-cmd --zone=public --permanent --add-service=http -sudo firewall-cmd --zone=public --permanent --add-service=https -sudo firewall-cmd --reload +firewall-cmd --zone=public --permanent --add-service=http +firewall-cmd --zone=public --permanent --add-service=https +firewall-cmd --reload