--- doc/build/FC30_install.frag 2019/10/28 19:21:42 1.1 +++ doc/build/FC30_install.frag 2021/03/09 12:33:45 1.4 @@ -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 |
-/etc/init.d/loncontrol start +/home/httpd/perl/loncontrol start systemctl start httpd