--- doc/build/centos7_install.frag 2014/07/18 03:43:11 1.1 +++ doc/build/centos7_install.frag 2019/12/02 21:58:24 1.2 @@ -92,6 +92,7 @@ Finish installing your server, reboot it LON-CAPA uses the traditional iptables package instead of the recent Firewalld, included for the first time with CentOS 7. Accordingly, you should install iptables-services, disable firewalld, and enable iptables. +

 yum install iptables-services
 systemctl mask firewalld
@@ -121,6 +122,12 @@ system-config-firewall-tui
 
 

4. 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.

@@ -143,6 +150,24 @@ mv /etc/yum.conf /etc/yum.conf.backup
 cp centos7_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
base/7/$basearchCentOS-7 - Base
epel/$basearchExtra Packages for Enterprise Linux 7 - $basearch
extras/7/$basearchCentOS-7 - Extras
loncapa-updates-basearch/7/$basearchCentOS 7 LON-CAPA $basearch Updates
loncapa-updates-noarch/7CentOS 7 LON-CAPA noarch Updates
updates/7/$basearchCentOS-7 - Updates

Configure SELinux