[LON-CAPA-cvs] cvs: doc /build scientific7_install.frag
raeburn
raeburn at source.lon-capa.org
Mon Dec 2 19:36:47 EST 2019
raeburn Tue Dec 3 00:36:47 2019 EDT
Modified files:
/doc/build scientific7_install.frag
Log:
- Update Scientific Linux 7 installation instructions to include EPEL repo.
Index: doc/build/scientific7_install.frag
diff -u doc/build/scientific7_install.frag:1.1 doc/build/scientific7_install.frag:1.2
--- doc/build/scientific7_install.frag:1.1 Sat May 30 23:45:00 2015
+++ doc/build/scientific7_install.frag Tue Dec 3 00:36:47 2019
@@ -110,6 +110,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>
@@ -132,6 +138,25 @@
cp scientific7_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:
+</p>
+<table style="border: 0px; border-collapse: collapse;">
+<tr><th>repo id</th><th>repo name</th></tr>
+<tr><td>epel/x86_64</td><td>Extra Packages for Enterprise Linux 7 - x86_64</td></tr>
+<tr><td>loncapa-updates-basearca/7/x86_64</td><td>Scientific Linux 7 LON-CAPA x86_64 Updates</td></tr>
+<tr><td>loncapa-updates-noarch/7</td><td>Scientific Linux 7 LON-CAPA noarch Updates</td></tr>
+<tr><td>sl/x86_64</td><td>Scientific Linux 7x - x86_64</td></tr>
+<tr><td>sl-extras/x86_64</td><td>Scientific Linux Extras- x86_64</td></tr>
+<tr><td>sl-fastbugs/x86_64</td><td>Scientific Linux 7x - x86_64 - bugfix updates</td></tr>
+<tr><td>sl-security/x86_64</td><td>Scientific Linux 7x - x86_64 - 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