--- doc/build/centos6_install.frag 2011/11/30 01:43:35 1.2 +++ 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

@@ -186,7 +210,7 @@ used to check the configuration of a sys The script will analyze your system to determine which actions are recommended. The script will then prompt you to choose the actions you would like taken. Once a choice has been entered for all nine possible actions, required changes will be made.

-

The possible actions are: +

The possible actions are:

-

Determine LON-CAPA Settings