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

version 1.4, 2020/11/02 21:16:44 version 1.5, 2021/03/09 13:01:55
Line 121  dnf install epel-release Line 121  dnf install epel-release
 <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>  
 <li>  
 Install the PowerTools.repo file  
 <pre>  
 mv centos8_PowerTools_yum.conf /etc/yum.repos.d/CentOS-PowerTools.repo  
 </pre>  
 </li>  
 </ol>  
 <p>  <p>
 Install the loncapa.repo file from the LON-CAPA install site:  Install the loncapa.repo file from the LON-CAPA install site:
 </p>  </p>
Line 314  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.4  
changed lines
  Added in v.1.5


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