Diff for /doc/build/RHEL8_install.frag between versions 1.3 and 1.6

version 1.3, 2020/11/02 21:16:44 version 1.6, 2024/08/08 23:23:11
Line 204  reboot Line 204  reboot
 <h3>Install prerequisites</h3>  <h3>Install prerequisites</h3>
 <p> Execute: </p>  <p> Execute: </p>
 <pre>  <pre>
 yum install LONCAPA-prerequisites  dnf install LONCAPA-prerequisites
 </pre><p>  </pre><p>
 This may take some minutes due to LON-CAPA's large number of dependencies.  This may take some minutes due to LON-CAPA's large number of dependencies.
 </p>  </p>
Line 235  used to check the configuration of a sys Line 235  used to check the configuration of a sys
 </p>  </p>
 <p>  <p>
 The script will analyze your system to determine which actions are recommended.  The script will then prompt you to choose the actions you would like taken.  The script will analyze your system to determine which actions are recommended.  The script will then prompt you to choose the actions you would like taken.
 Once a choice has been entered for all nine possible actions, required changes will be made.  Once a choice has been entered for all ten possible actions, required changes will be made.
 </p>  </p>
 <p>The possible actions are:</p>  <p>The possible actions are:</p>
 <ul>  <ul>
Line 244  Once a choice has been entered for all n Line 244  Once a choice has been entered for all n
 <li>Set-up the MySQL (Mariadb) database</li>  <li>Set-up the MySQL (Mariadb) database</li>
 <li>Set-up MySQL (Mariadb) permissions</li>  <li>Set-up MySQL (Mariadb) permissions</li>
 <li>Configure Apache web server</li>  <li>Configure Apache web server</li>
   <li>Configure systemd security settings for Apache web server</li>
 <li>Configure start-up of services</li>  <li>Configure start-up of services</li>
 <li>Check firewall settings</li>  <li>Check firewall settings</li>
 <li>Stop services not used by LON-CAPA,  e.g., services for a print server: cups daemon</li>   <li>Stop services not used by LON-CAPA,  e.g., services for a print server: cups daemon</li> 
Line 327  The LON-CAPA network services take a mom Line 328  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>

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


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