--- doc/build/centos6_install.frag 2013/12/13 17:21:29 1.3 +++ doc/build/centos6_install.frag 2019/12/02 16:34:04 1.4 @@ -92,6 +92,12 @@ Finish installing your server, reboot it

3. Update your system

+Enable access to the EPEL repository +

+
+yum install epel-release
+
+

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

@@ -116,6 +122,24 @@ mv /etc/yum.conf /etc/yum.conf.backup
 cp centos6_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 (where $basearch = x86_64 or i386): +

+ + + + + + + + +
repo idrepo name
baseCentOS-6 - Base
epelExtra Packages for Enterprise Linux 6 - $basearch
extrasCentOS-6 - Extras
loncapa-updates-basearchCentOS 6 LON-CAPA $basearch Updates
loncapa-updates-noarchCentOS 6 LON-CAPA noarch Updates
updatesCentOS-6 - Updates

Configure SELinux