Diff for /doc/build/centos8_install.frag between versions 1.2 and 1.4

version 1.2, 2019/10/03 23:40:32 version 1.4, 2020/11/02 21:16:44
Line 95  web server ports (i.e., http and https): Line 95  web server ports (i.e., http and https):
 <pre>  <pre>
 systemctl enable firewalld  systemctl enable firewalld
 systemctl start firewalld  systemctl start firewalld
 sudo firewall-cmd --zone=public --permanent --add-service=http  firewall-cmd --zone=public --permanent --add-service=http
 sudo firewall-cmd --zone=public --permanent --add-service=https  firewall-cmd --zone=public --permanent --add-service=https
 sudo firewall-cmd --reload  firewall-cmd --reload
 </pre>  </pre>
   
 <h2>4. <a id="upd">Update your system</a></h2>  <h2>4. <a id="upd">Update your system</a></h2>
Line 116  If the kernel was updated, reboot your s Line 116  If the kernel was updated, reboot your s
 Enable access to the EPEL repository  Enable access to the EPEL repository
 </p>  </p>
 <pre>  <pre>
 dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm  dnf install epel-release
 </pre>  </pre>
 <p>  <p>
 Enable the CentOS-PowerTools repository  Enable the CentOS-PowerTools repository
Line 135  mv centos8_PowerTools_yum.conf /etc/yum. Line 135  mv centos8_PowerTools_yum.conf /etc/yum.
 </li>  </li>
 </ol>  </ol>
 <p>  <p>
 Check the required repositories are enabled  Install the loncapa.repo file from the LON-CAPA install site:
   </p>
   <pre>
   wget -O /etc/yum.repos.d/loncapa.repo http://install.loncapa.org/versions/centos/8/loncapa.repo
   </pre>
   <p>
   Verify the required repositories are enabled:
 </p>  </p>
 <pre>  <pre>
 dnf repolist enabled  dnf repolist enabled
Line 148  The list of enabled repos should be as f Line 154  The list of enabled repos should be as f
 <tr><td>AppStream</td><td>CentOS-8 - AppStream</td></tr>  <tr><td>AppStream</td><td>CentOS-8 - AppStream</td></tr>
 <tr><td>BaseOS</td><td>CentOS-8 - Base</td></tr>  <tr><td>BaseOS</td><td>CentOS-8 - Base</td></tr>
 <tr><td>PowerTools</td><td>CentOS-8 - PowerTools</td></tr>  <tr><td>PowerTools</td><td>CentOS-8 - PowerTools</td></tr>
 <tr><td>*epel</td><td>Extra Packages for Enterprise Linux 8 - x86_6</td></tr>  <tr><td>*epel</td><td>Extra Packages for Enterprise Linux 8 - x86_64</td></tr>
 <tr><td>extras</td><td>CentOS-8 - Extras</td></tr>  <tr><td>extras</td><td>CentOS-8 - Extras</td></tr>
 <tr><td>loncapa-updates-basearch</td><td>CentOS 8 LON-CAPA x86_64 Updates</td></tr>  <tr><td>loncapa-updates-basearch</td><td>CentOS 8 LON-CAPA x86_64 Updates</td></tr>
 <tr><td>loncapa-updates-noarch</td><td>CentOS 8 LON-CAPA noarch Updates</td></tr>  <tr><td>loncapa-updates-noarch</td><td>CentOS 8 LON-CAPA noarch Updates</td></tr>

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


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