Diff for /doc/build/oracle8_install.frag between versions 1.3 and 1.4

version 1.3, 2020/11/02 21:16:44 version 1.4, 2021/03/09 13:01:55
Line 123  dnf install https://dl.fedoraproject.org Line 123  dnf install https://dl.fedoraproject.org
 <p>  <p>
 Enable the Oracle Linux 8 CodeReady Builder repository  Enable the Oracle Linux 8 CodeReady Builder repository
 </p>  </p>
 <ol>  
 <li>Make a backup of the existing oracle8_yum.conf file:  
 <pre>  <pre>
 cp -p /etc/yum.repos.d/oracle-linux-ol8.repo /etc/oracle-linux-ol8.repo.backup  dnf config-manager --set-enabled ol8_codeready_builder
 </pre>  </pre>
 </li>  
 <li>  
 Replace the default oracle-linux-ol8.repo with the oracle8_yum.conf from LON-CAPA  
 <pre>  
 wget -O /etc/yum.repos.d/oracle-linux-ol8.repo http://install.loncapa.org/versions/oracle/8/oracle8_yum.conf  
 </pre>  
 </li>  
 </ol>  
 <p>  <p>
 Install the loncapa.repo file from the LON-CAPA install site:  Install the loncapa.repo file from the LON-CAPA install site:
 </p>  </p>
Line 315  The LON-CAPA network services take a mom Line 305  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.4


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