--- doc/build/centos8_install.frag 2019/10/07 15:34:19 1.3 +++ doc/build/centos8_install.frag 2024/08/10 02:52:22 1.6 @@ -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,24 +116,14 @@ 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 -
    -mv centos8_PowerTools_yum.conf /etc/yum.repos.d/CentOS-PowerTools.repo
    -
    -
  4. -

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

@@ -219,7 +209,7 @@ used to check the configuration of a sys

The script will analyze your system to determine which actions are recommended. The script will then prompt you to choose the actions you would like taken. -Once a choice has been entered for all nine possible actions, required changes will be made. +Once a choice has been entered for all ten possible actions, required changes will be made.

The possible actions are: