[LON-CAPA-cvs] cvs: doc /build RHEL7_install.frag
raeburn
raeburn at source.lon-capa.org
Mon Dec 2 19:46:07 EST 2019
raeburn Tue Dec 3 00:46:07 2019 EDT
Modified files:
/doc/build RHEL7_install.frag
Log:
- Update RHEL7 installation instructions to include EPEL repo.
Index: doc/build/RHEL7_install.frag
diff -u doc/build/RHEL7_install.frag:1.3 doc/build/RHEL7_install.frag:1.4
--- doc/build/RHEL7_install.frag:1.3 Mon Jun 30 16:28:32 2014
+++ doc/build/RHEL7_install.frag Tue Dec 3 00:46:07 2019
@@ -121,6 +121,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-7.noarch.rpm
+</pre>
+<p>
Update your system to the latest versions of the system software using yum.
</p>
<pre>
@@ -143,6 +149,23 @@
cp rhel7_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</td><td>Extra Packages for Enterprise Linux 7 - x86_64</td></tr>
+<tr><td>loncapa-updates-basearch</td><td>RHEL 7Server LON-CAPA x86_64 Updates</td></tr>
+<tr><td>loncapa-updates-noarch</td><td>RHEL 7Server LON-CAPA noarch Updates</td></tr>
+<tr><td>rhel-x86_64-server-7 </td><td>Red Hat Enterprise Linux Server (v. 7 for x86_64)<td></tr>
+<tr><td>rhel-x86_64-server-optional-7</td><td>RHEL Server Optional (v. 7 x86_64)</td></tr>
+</table>
<h3>Configure SELinux</h3>
<p>
More information about the LON-CAPA-cvs
mailing list