dnf install mariadb dnf install mariadb-server systemctl start mysql systemctl enable mysql dnf install httpd systemctl start httpd systemctl enable httpd firewall-cmd --permanent --zone public --add-service http firewall-cmd --reload dnf install php systemctl restart httpd php -v dnf install php-mysql* systemctl restart httpd