Diff for /doc/build/FC29_install.frag between versions 1.1 and 1.4

version 1.1, 2019/10/29 14:45:02 version 1.4, 2024/08/09 21:09:30
Line 97  web server ports (i.e., http and https): Line 97  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 293  The LON-CAPA network services take a mom Line 293  The LON-CAPA network services take a mom
 will be apparent at this step.  will be apparent at this step.
 </p>  </p>
 <pre>  <pre>
 /etc/init.d/loncontrol start  /home/httpd/perl/loncontrol start
 systemctl start httpd  systemctl start httpd
 </pre>  </pre>
 <p>  <p>
Line 301  If you receive warnings about missing pe Line 301  If you receive warnings about missing pe
 please make sure that the LONCAPA-prerequisites rpm is installed using this command:  please make sure that the LONCAPA-prerequisites rpm is installed using this command:
 </p>  </p>
 <pre>  <pre>
 rpm -q LONCAPA-prerequisites rpm  rpm -q LONCAPA-prerequisites
 </pre>  </pre>
 <p>  <p>
 If it is not installed, ensure that the required Linux repositories are enabled (see  If it is not installed, ensure that the required Linux repositories are enabled (see

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


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