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

raeburn raeburn at source.lon-capa.org
Mon Dec 2 13:05:16 EST 2019


raeburn		Mon Dec  2 18:05:16 2019 EDT

  Modified files:              
    /doc/build	scientific6_install.frag 
  Log:
  - Update Scientific Linux 6 installation instructions to include EPEL repo.
  
  
Index: doc/build/scientific6_install.frag
diff -u doc/build/scientific6_install.frag:1.7 doc/build/scientific6_install.frag:1.8
--- doc/build/scientific6_install.frag:1.7	Sat May 30 23:44:10 2015
+++ doc/build/scientific6_install.frag	Mon Dec  2 18:05:16 2019
@@ -109,6 +109,12 @@
 
 <h2>4. <a name="upd">Update your system</a></h2>
 <p>
+Enable access to the EPEL repository
+</p>
+<pre>
+yum install epel-release
+</pre>
+<p>
 Update your system to the latest versions of the system software using yum.
 </p>
 <pre>
@@ -131,6 +137,25 @@
 cp scientific6_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 $releasever = 6.10 and $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>Scientific Linux $releasever LON-CAPA $basearch Updates</td></tr>
+<tr><td>loncapa-updates-noarch</td><td>Scientific Linux $releasever LON-CAPA noarch Updates</td></tr>
+<tr><td>sl</td><td>Scientific Linux $releasever - $basearch</td></tr>
+<tr><td>sl-security</td><td>Scientific Linux $releasever - $basearch - security updates /td></tr>
+<tr><td>sl6x</td><td>Scientific Linux 6x - $basearch</td></tr>
+<tr><td>sl6x-security</td><td>Scientific Linux 6x - $basearch - security updates</td></tr>
+</table>
 
 <h2>5. <a name="ilc">Installing LON-CAPA</a></h2>
 <h3>Import the LON-CAPA encryption key</h3>




More information about the LON-CAPA-cvs mailing list