--- doc/build/centos6_install.frag 2011/11/26 23:48:03 1.1 +++ 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.

@@ -105,6 +111,7 @@ Reboot your system before continuing wit
 Retrieve the centos6_loncapa_yum file from the LON-CAPA install site:
 

+yum install wget
 wget http://install.loncapa.org/versions/centos/6/centos6_loncapa_yum.conf
 

@@ -115,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

@@ -185,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