--- doc/build/oracle8_install.frag 2019/11/25 16:47:20 1.2 +++ doc/build/oracle8_install.frag 2024/08/10 02:44:49 1.7 @@ -97,9 +97,9 @@ 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
 

4. Update your system

@@ -123,23 +123,15 @@ dnf install https://dl.fedoraproject.org

Enable the Oracle Linux 8 CodeReady Builder repository

-
    -
  1. Make a backup of the existing oracle8_yum.conf file:
    -cp -p /etc/yum.repos.d/oracle-linux-ol8.repo /etc/oracle-linux-ol8.repo.backup
    +dnf config-manager --set-enabled ol8_codeready_builder
     
    -
  2. -
  3. -Replace the default oracle-linux-ol8.repo with the oracle8_yum.conf from LON-CAPA -
    -wget -O /etc/yum.repos.d/oracle-linux-ol8.repo http://install.loncapa.org/versions/oracle/8/oracle8_yum.conf
    -
    -
  4. -

-Install the loncapa.repo file from the LON-CAPA install site: +

+Install wget and then the loncapa.repo file from the LON-CAPA install site:

+dnf install wget
 wget -O /etc/yum.repos.d/loncapa.repo http://install.loncapa.org/versions/oracle/8/loncapa.repo
 

@@ -220,7 +212,7 @@ used to check the configuration of a sys

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.

The possible actions are: