--- doc/build/FC30_install.frag 2019/10/28 19:21:42 1.1 +++ doc/build/FC30_install.frag 2020/11/02 21:16:44 1.3 @@ -36,9 +36,11 @@ The installation process takes the follo

1. Obtain Fedora 30

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

2. Determine Network Settings

@@ -95,9 +97,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

@@ -125,16 +127,16 @@ Verify the required repositories are ena dnf repolist enabled

-The list of enabled repos should be as follows: +The list of enabled repos should be as follows ($basearch = x86_64 or i386):

- - - + + + - - + +
repo idrepo name
fedoraFedora 30 - x86_64
fedora-modularFedora Modular 30 - x86_64
loncapa-updates-basearchFedora 30 LON-CAPA x86_64 Updates
fedoraFedora 30 - $basearch
fedora-modularFedora Modular 30 - $basearch
loncapa-updates-basearchFedora 30 LON-CAPA $basearch Updates
loncapa-updates-noarchFedora 30 LON-CAPA noarch Updates
updatesFedora 30 - x86_64 - Updates
updates-modularFedora Modular 30 - x86_64 - Updates
updatesFedora 30 - $basearch - Updates
updates-modularFedora Modular 30 - $basearch - Updates

Install and enable a Mail Transfer Agent (MTA), e.g., postfix