--- doc/build/RHEL7_install.frag 2014/06/30 16:28:32 1.3 +++ doc/build/RHEL7_install.frag 2019/12/03 00:46:07 1.4 @@ -121,6 +121,12 @@ system-config-firewall-tui

4. Update your system

+Enable access to the EPEL repository +

+
+yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
+
+

Update your system to the latest versions of the system software using yum.

@@ -143,6 +149,23 @@ mv /etc/yum.conf /etc/yum.conf.backup
 cp rhel7_loncapa_yum.conf /etc/yum.conf
 yum update
 
+

+Verify the required repositories are enabled: +

+
+yum repolist enabled
+
+

+The list of enabled repos should be as follows: +

+ + + + + + + +
repo idrepo name
epelExtra Packages for Enterprise Linux 7 - x86_64
loncapa-updates-basearchRHEL 7Server LON-CAPA x86_64 Updates
loncapa-updates-noarchRHEL 7Server LON-CAPA noarch Updates
rhel-x86_64-server-7 Red Hat Enterprise Linux Server (v. 7 for x86_64)
rhel-x86_64-server-optional-7RHEL Server Optional (v. 7 x86_64)

Configure SELinux