--- 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
+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 id | repo name | |
---|---|---|
base | CentOS-6 - Base | |
epel | Extra Packages for Enterprise Linux 6 - $basearch | |
extras | CentOS-6 - Extras | |
loncapa-updates-basearch | CentOS 6 LON-CAPA $basearch Updates | |
loncapa-updates-noarch | CentOS 6 LON-CAPA noarch Updates | |
updates | CentOS-6 - Updates |