--- doc/build/centos7_install.frag 2014/07/18 03:43:11 1.1 +++ doc/build/centos7_install.frag 2019/12/20 15:09:58 1.3 @@ -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

+If you are using 64-bit archirecture 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). The epel repo will be absent if you are using 32-bit architecture. +

+ + + + + + + + +
repo idrepo name
base/7/$basearchCentOS-7 - Base
epel/x86_64Extra Packages for Enterprise Linux 7 - x86_64
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