--- doc/build/centos8_install.frag 2019/10/03 23:40:32 1.2 +++ doc/build/centos8_install.frag 2021/03/09 13:01:55 1.5 @@ -95,9 +95,9 @@ web server ports (i.e., http and https):
 systemctl enable firewalld
 systemctl start firewalld
-sudo firewall-cmd --zone=public --permanent --add-service=http
-sudo firewall-cmd --zone=public --permanent --add-service=https
-sudo firewall-cmd --reload
+firewall-cmd --zone=public --permanent --add-service=http
+firewall-cmd --zone=public --permanent --add-service=https
+firewall-cmd --reload
 

4. Update your system

@@ -116,26 +116,22 @@ If the kernel was updated, reboot your s Enable access to the EPEL repository

-dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
+dnf install epel-release
 

Enable the CentOS-PowerTools repository

-
    -
  1. Retrieve the PowerTools.repo file from the LON-CAPA install site:
    -wget http://install.loncapa.org/versions/centos/8/centos8_PowerTools_yum.conf
    +dnf config-manager --set-enabled powertools
     
    -
  2. -
  3. -Install the PowerTools.repo file +

    +Install the loncapa.repo file from the LON-CAPA install site: +

    -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
     
    -
  4. -

-Check the required repositories are enabled +Verify the required repositories are enabled:

 dnf repolist enabled
@@ -148,7 +144,7 @@ The list of enabled repos should be as f
 AppStreamCentOS-8 - AppStream
 BaseOSCentOS-8 - Base
 PowerToolsCentOS-8 - PowerTools
-*epelExtra Packages for Enterprise Linux 8 - x86_6
+*epelExtra Packages for Enterprise Linux 8 - x86_64
 extrasCentOS-8 - Extras
 loncapa-updates-basearchCentOS 8 LON-CAPA x86_64 Updates
 loncapa-updates-noarchCentOS 8 LON-CAPA noarch Updates
@@ -308,7 +304,7 @@ The LON-CAPA network services take a mom
 will be apparent at this step.
 

-/etc/init.d/loncontrol start
+/home/httpd/perl/loncontrol start
 systemctl start httpd