version 1.4, 2021/03/09 13:01:55
|
version 1.7, 2024/08/10 02:44:49
|
Line 127 Enable the Oracle Linux 8 CodeReady Buil
|
Line 127 Enable the Oracle Linux 8 CodeReady Buil
|
dnf config-manager --set-enabled ol8_codeready_builder |
dnf config-manager --set-enabled ol8_codeready_builder |
</pre> |
</pre> |
<p> |
<p> |
Install the loncapa.repo file from the LON-CAPA install site: |
<p> |
|
Install wget and then the loncapa.repo file from the LON-CAPA install site: |
</p> |
</p> |
<pre> |
<pre> |
|
dnf install wget |
wget -O /etc/yum.repos.d/loncapa.repo http://install.loncapa.org/versions/oracle/8/loncapa.repo |
wget -O /etc/yum.repos.d/loncapa.repo http://install.loncapa.org/versions/oracle/8/loncapa.repo |
</pre> |
</pre> |
<p> |
<p> |
Line 210 used to check the configuration of a sys
|
Line 212 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 219 Once a choice has been entered for all n
|
Line 221 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 313 If you receive warnings about missing pe
|
Line 316 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 |