# installer les paquets apache2 et php dnf install httpd php # mettre le code source cd /var/www/ wget "https://cdn.d1.champatux.fr/dev.siocraft.net.tar" tar -xvf dev.siocraft.net.tar && mv dev.siocraft.net/* html # ouvrir pare-feu firewall-cmd --add-service=http && firewall-cmd --runtime-to-permanent # démarrer apache systemctl enable --now httpd