[LON-CAPA-cvs] cvs: doc /build centos8_install.frag oracle8_install.frag

raeburn raeburn at source.lon-capa.org
Tue Mar 9 08:01:55 EST 2021


raeburn		Tue Mar  9 13:01:55 2021 EDT

  Modified files:              
    /doc/build	oracle8_install.frag centos8_install.frag 
  Log:
  - On Centos/Oracle 8: use /home/httpd/perl/loncontrol to start LON-CAPA, 
    and dnf config-manager --set-enabled for powertools/codeready repos.
  
  
Index: doc/build/oracle8_install.frag
diff -u doc/build/oracle8_install.frag:1.3 doc/build/oracle8_install.frag:1.4
--- doc/build/oracle8_install.frag:1.3	Mon Nov  2 21:16:44 2020
+++ doc/build/oracle8_install.frag	Tue Mar  9 13:01:55 2021
@@ -123,19 +123,9 @@
 <p>
 Enable the Oracle Linux 8 CodeReady Builder repository
 </p>
-<ol>
-<li>Make a backup of the existing oracle8_yum.conf file:
 <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>
-</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>
 Install the loncapa.repo file from the LON-CAPA install site:
 </p>
@@ -315,7 +305,7 @@
 will be apparent at this step.
 </p>
 <pre>
-/etc/init.d/loncontrol start
+/home/httpd/perl/loncontrol start
 systemctl start httpd
 </pre>
 <p>
Index: doc/build/centos8_install.frag
diff -u doc/build/centos8_install.frag:1.4 doc/build/centos8_install.frag:1.5
--- doc/build/centos8_install.frag:1.4	Mon Nov  2 21:16:44 2020
+++ doc/build/centos8_install.frag	Tue Mar  9 13:01:55 2021
@@ -121,19 +121,9 @@
 <p>
 Enable the CentOS-PowerTools repository
 </p>
-<ol>
-<li>Retrieve the PowerTools.repo file from the LON-CAPA install site:
 <pre>
-wget http://install.loncapa.org/versions/centos/8/centos8_PowerTools_yum.conf
+dnf config-manager --set-enabled powertools
 </pre>
-</li>
-<li>
-Install the PowerTools.repo file
-<pre>
-mv centos8_PowerTools_yum.conf /etc/yum.repos.d/CentOS-PowerTools.repo
-</pre>
-</li>
-</ol>
 <p>
 Install the loncapa.repo file from the LON-CAPA install site:
 </p>
@@ -314,7 +304,7 @@
 will be apparent at this step.
 </p>
 <pre>
-/etc/init.d/loncontrol start
+/home/httpd/perl/loncontrol start
 systemctl start httpd
 </pre>
 <p>




More information about the LON-CAPA-cvs mailing list