--- doc/build/oracle8_install.frag 2020/11/02 21:16:44 1.3 +++ doc/build/oracle8_install.frag 2024/07/30 19:44:49 1.5 @@ -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
 

@@ -315,7 +307,7 @@ The LON-CAPA network services take a mom will be apparent at this step.

-/etc/init.d/loncontrol start
+/home/httpd/perl/loncontrol start
 systemctl start httpd