--- doc/build/FC30_install.frag 2019/10/28 19:21:42 1.1 +++ doc/build/FC30_install.frag 2024/08/09 21:09:30 1.6 @@ -36,9 +36,11 @@ The installation process takes the follo
-Fedora 30 Server isos can be obtained from links included on the
-Fedora download page.
-Either download the Standard ISO image for x86_64 or the Netinstall ISO image for x86_64.
+Fedora 30 Server isos can be obtained from the
+Fedora download page (64 bit), or the
+
+Fedora secondary download page (32 bit).
+Either download the Standard ISO image or the Netinstall ISO image.
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
-The list of enabled repos should be as follows: +The list of enabled repos should be as follows ($basearch = x86_64 or i386):
repo id | repo name |
---|---|
fedora | Fedora 30 - x86_64 |
fedora-modular | Fedora Modular 30 - x86_64 |
loncapa-updates-basearch | Fedora 30 LON-CAPA x86_64 Updates |
fedora | Fedora 30 - $basearch |
fedora-modular | Fedora Modular 30 - $basearch |
loncapa-updates-basearch | Fedora 30 LON-CAPA $basearch Updates |
loncapa-updates-noarch | Fedora 30 LON-CAPA noarch Updates |
updates | Fedora 30 - x86_64 - Updates |
updates-modular | Fedora Modular 30 - x86_64 - Updates |
updates | Fedora 30 - $basearch - Updates |
updates-modular | Fedora Modular 30 - $basearch - Updates |
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:
-/etc/init.d/loncontrol start +/home/httpd/perl/loncontrol start systemctl start httpd
@@ -299,7 +302,7 @@ If you receive warnings about missing pe please make sure that the LONCAPA-prerequisites rpm is installed using this command:
-rpm -q LONCAPA-prerequisites rpm +rpm -q LONCAPA-prerequisites
If it is not installed, ensure that the required Linux repositories are enabled (see