--- doc/build/oracle8_install.frag 2019/10/07 18:10:32 1.1 +++ doc/build/oracle8_install.frag 2024/07/30 19:44:49 1.5 @@ -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
Enable the Oracle Linux 8 CodeReady Builder repository
--cp -p /etc/yum.repos.d/oracle-linux-ol8.repo /etc/oracle-linux-ol8.repo.backup +dnf config-manager --set-enabled ol8_codeready_builder-
-wget -O /etc/yum.repos.d/oracle-linux-ol8.repo http://install.loncapa.org/versions/oracle/8/oracle8_yum.conf --
-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:
-wget -O /etc/yum.repos.d/loncapa.repo http://install.loncapa.org/versions/centos/8/loncapa.repo +dnf install wget +wget -O /etc/yum.repos.d/loncapa.repo http://install.loncapa.org/versions/oracle/8/loncapa.repo
Verify the required repositories are enabled: @@ -174,7 +166,7 @@ The default Oracle Linux 8 installation Retrieve the loncapa_selinux_config file from the LON-CAPA install site:
-wget http://install.loncapa.org/versions/centos/8/loncapa_selinux_config +wget http://install.loncapa.org/versions/oracle/8/loncapa_selinux_config
Install the selinux config file @@ -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