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

version 1.2, 2019/10/03 23:40:32 version 1.5, 2021/03/09 13:01:55
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
 </p>  </p>
 <ol>  
 <li>Retrieve the PowerTools.repo file from the LON-CAPA install site:  
 <pre>  <pre>
 wget http://install.loncapa.org/versions/centos/8/centos8_PowerTools_yum.conf  dnf config-manager --set-enabled powertools
 </pre>  </pre>
 </li>  <p>
 <li>  Install the loncapa.repo file from the LON-CAPA install site:
 Install the PowerTools.repo file  </p>
 <pre>  <pre>
 mv centos8_PowerTools_yum.conf /etc/yum.repos.d/CentOS-PowerTools.repo  wget -O /etc/yum.repos.d/loncapa.repo http://install.loncapa.org/versions/centos/8/loncapa.repo
 </pre>  </pre>
 </li>  
 </ol>  
 <p>  <p>
 Check the required repositories are enabled  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 144  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>
Line 308  The LON-CAPA network services take a mom Line 304  The LON-CAPA network services take a mom
 will be apparent at this step.  will be apparent at this step.
 </p>  </p>
 <pre>  <pre>
 /etc/init.d/loncontrol start  /home/httpd/perl/loncontrol start
 systemctl start httpd  systemctl start httpd
 </pre>  </pre>
 <p>  <p>

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


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