Changes

From SME Server
Jump to navigationJump to search
Line 1,194: Line 1,194:  
==Bare install test==
 
==Bare install test==
 
{{Warning box|WIP inspired from [[Sme10BuildQueue#Bare install test]]}}
 
{{Warning box|WIP inspired from [[Sme10BuildQueue#Bare install test]]}}
install minimal iso for rocky 8 https://download.rockylinux.org/pub/rocky/8/isos/x86_64/Rocky-8.9-x86_64-minimal.iso
     −
configure network access during installation with option to restore. Configure only root user.
+
Install minimal iso for rocky 8
   −
install EPEL8 repo.
+
https://download.rockylinux.org/pub/rocky/8/isos/x86_64/Rocky-8-latest-x86_64-minimal.iso
 +
 
 +
Configure network access during installation with option to restore. Configure only root user.
 +
 
 +
Install EPEL8 repo.
 
  dnf install epel-release
 
  dnf install epel-release
install remi 8 repos
+
Install remi 8 repos
 
  dnf install <nowiki>https://rpms.remirepo.net/enterprise/remi-release-8.rpm</nowiki>
 
  dnf install <nowiki>https://rpms.remirepo.net/enterprise/remi-release-8.rpm</nowiki>
   −
update, and install those package, as the might get handy (nb iptraf is now iptraf-ng)
+
Update, and install those package, as the might get handy (nb iptraf is now iptraf-ng)
 
  dnf update -y
 
  dnf update -y
 
  dnf install mc htop iftop iptraf screen wget vim ppp traceroute setserial traceroute cyrus-sasl-md5 cyrus-sasl device-mapper-multipath dhcp-client fetchmail ftp iscsi-initiator-utils lm_sensors minicom mt-st sysfsutils tcpdump telnet wodim
 
  dnf install mc htop iftop iptraf screen wget vim ppp traceroute setserial traceroute cyrus-sasl-md5 cyrus-sasl device-mapper-multipath dhcp-client fetchmail ftp iscsi-initiator-utils lm_sensors minicom mt-st sysfsutils tcpdump telnet wodim
   −
* disable SELinux
+
* Disable SELinux
    
SELinux is enabled by default. We want to disable it for there are a few services (e.g. httpd) that get blocked by SELinux. To check the status of SELinux you can enter the command:
 
SELinux is enabled by default. We want to disable it for there are a few services (e.g. httpd) that get blocked by SELinux. To check the status of SELinux you can enter the command:

Navigation menu