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

raeburn raeburn at source.lon-capa.org
Mon Dec 2 11:38:58 EST 2019


raeburn		Mon Dec  2 16:38:58 2019 EDT

  Modified files:              
    /doc/build	RHEL6_install.frag 
  Log:
  - Update RHEL6 installation instructions to include enabling EPEL repo.
  
  
Index: doc/build/RHEL6_install.frag
diff -u doc/build/RHEL6_install.frag:1.5 doc/build/RHEL6_install.frag:1.6
--- doc/build/RHEL6_install.frag:1.5	Mon Dec 16 13:53:28 2013
+++ doc/build/RHEL6_install.frag	Mon Dec  2 16:38:58 2019
@@ -111,6 +111,12 @@
 
 <h2>4. <a name="upd">Update your system</a></h2>
 <p>
+Enable access to the EPEL repository
+</p>
+<pre>
+yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
+</pre>
+<p>
 Update your system to the latest versions of the system software using yum.
 </p>
 <pre>
@@ -133,7 +139,24 @@
 cp rhel6_loncapa_yum.conf /etc/yum.conf
 yum update
 </pre>
-
+<p>
+Verify the required repositories are enabled:
+</p>
+<pre>
+yum repolist enabled
+</pre>
+<p>
+The list of enabled repos should be as follows (where $basearch = x86_64 or i386):
+</p>
+<table style="border: 0px; border-collapse: collapse;">
+<tr><th>repo id</th><th>repo name</th></tr>
+<tr><td>epel</td><td>Extra Packages for Enterprise Linux 6 - $basearch</td></tr>
+<tr><td>loncapa-updates-basearch</td><td>RHEL 6Server LON-CAPA $basearch Updates</td></tr>
+<tr><td>loncapa-updates-noarch</td><td>RHEL 6Server LON-CAPA noarch Updates</td></tr>
+<tr><td>rhel-$basearch-server-6 </td><td>Red Hat Enterprise Linux Server (v. 6 for $basearch) <td></tr>
+<tr><td>rhel-$basearch-server-optional-6</td><td>RHEL Server Optional (v. 6 $basearch) </td></tr>
+<tr><td>rhn-tools-rhel-$basearch-server-6</td><td>RHN Tools for RHEL (v. 6 for $basearch</td></tr>
+</table>
 <h2>5. <a name="ilc">Installing LON-CAPA</a></h2>
 <h3>Install prerequisites</h3>
 <p> Execute: </p>




More information about the LON-CAPA-cvs mailing list