Diff for /doc/build/centos7_install.frag between versions 1.1 and 1.2

version 1.1, 2014/07/18 03:43:11 version 1.2, 2019/12/02 21:58:24
Line 92  Finish installing your server, reboot it Line 92  Finish installing your server, reboot it
 LON-CAPA uses the traditional iptables package instead of the recent Firewalld, included for the  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,  first time with CentOS 7.  Accordingly, you should install iptables-services, disable firewalld,
 and enable iptables.  and enable iptables.
   </p>
 <pre>  <pre>
 yum install iptables-services  yum install iptables-services
 systemctl mask firewalld  systemctl mask firewalld
Line 121  system-config-firewall-tui Line 122  system-config-firewall-tui
   
 <h2>4. <a name="upd">Update your system</a></h2>  <h2>4. <a name="upd">Update your system</a></h2>
 <p>  <p>
   Enable access to the EPEL repository
   </p>
   <pre>
   yum install epel-release
   </pre>
   <p>
 Update your system to the latest versions of the system software using yum.  Update your system to the latest versions of the system software using yum.
 </p>  </p>
 <pre>  <pre>
Line 143  mv /etc/yum.conf /etc/yum.conf.backup Line 150  mv /etc/yum.conf /etc/yum.conf.backup
 cp centos7_loncapa_yum.conf /etc/yum.conf  cp centos7_loncapa_yum.conf /etc/yum.conf
 yum update  yum update
 </pre>  </pre>
   <p>
   Verify the required repositories are enabled:
   </p>
   <pre>
   yum repolist enabled
   </pre>
   <p>
   The list of enabled repos should be as follows (where $basearch = x86_64 or i386):
   </p>
   <table style="border: 0px; border-collapse: collapse;">
   <tr><th>repo id</th><th>repo name</th></tr>
   <tr><td>base/7/$basearch</td><td>CentOS-7 - Base<td></tr>
   <tr><td>epel/$basearch</td><td>Extra Packages for Enterprise Linux 7 - $basearch</td></tr>
   <tr><td>extras/7/$basearch</td><td>CentOS-7 - Extras</td></tr>
   <tr><td>loncapa-updates-basearch/7/$basearch</td><td>CentOS 7 LON-CAPA $basearch Updates</td></tr>
   <tr><td>loncapa-updates-noarch/7</td><td>CentOS 7 LON-CAPA noarch Updates</td></tr>
   <tr><td>updates/7/$basearch</td><td>CentOS-7 - Updates<td></tr>
   </table>
   
 <h3>Configure SELinux</h3>  <h3>Configure SELinux</h3>
 <p>  <p>

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>