Diff for /doc/build/centos8_install.frag between versions 1.3 and 1.4

version 1.3, 2019/10/07 15:34:19 version 1.4, 2020/11/02 21:16:44
Line 95  web server ports (i.e., http and https): Line 95  web server ports (i.e., http and https):
 <pre>  <pre>
 systemctl enable firewalld  systemctl enable firewalld
 systemctl start firewalld  systemctl start firewalld
 sudo firewall-cmd --zone=public --permanent --add-service=http  firewall-cmd --zone=public --permanent --add-service=http
 sudo firewall-cmd --zone=public --permanent --add-service=https  firewall-cmd --zone=public --permanent --add-service=https
 sudo firewall-cmd --reload  firewall-cmd --reload
 </pre>  </pre>
   
 <h2>4. <a id="upd">Update your system</a></h2>  <h2>4. <a id="upd">Update your system</a></h2>
Line 116  If the kernel was updated, reboot your s Line 116  If the kernel was updated, reboot your s
 Enable access to the EPEL repository  Enable access to the EPEL repository
 </p>  </p>
 <pre>  <pre>
 dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm  dnf install epel-release
 </pre>  </pre>
 <p>  <p>
 Enable the CentOS-PowerTools repository  Enable the CentOS-PowerTools repository

Removed from v.1.3  
changed lines
  Added in v.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>