--- doc/build/centos8_install.frag 2019/10/03 23:40:32 1.2 +++ doc/build/centos8_install.frag 2020/11/02 21:16:44 1.4 @@ -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
-dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm +dnf install epel-release
Enable the CentOS-PowerTools repository @@ -135,7 +135,13 @@ mv centos8_PowerTools_yum.conf /etc/yum.
-Check the required repositories are enabled +Install the loncapa.repo file from the LON-CAPA install site: +
++wget -O /etc/yum.repos.d/loncapa.repo http://install.loncapa.org/versions/centos/8/loncapa.repo ++
+Verify the required repositories are enabled:
dnf repolist enabled @@ -148,7 +154,7 @@ The list of enabled repos should be as fAppStream CentOS-8 - AppStream BaseOS CentOS-8 - Base - PowerTools CentOS-8 - PowerTools + *epel Extra Packages for Enterprise Linux 8 - x86_6 *epel Extra Packages for Enterprise Linux 8 - x86_64 extras CentOS-8 - Extras loncapa-updates-basearch CentOS 8 LON-CAPA x86_64 Updates loncapa-updates-noarch CentOS 8 LON-CAPA noarch Updates