Mise en place d'un serveur GLPI
Pr茅requis Installer PHP Nous allons installer PHP et les d茅pendances avec les commandes: dnf install php -y dnf install install php-xml php-common php-json php-mysql php-mbstring php-curl php-gd php-intl php-zip php-bz2 php-imap php-apcu -y Il faut 茅galement installer l鈥檈xtension LLDAP de PHP avec la commande: dnf install php-ldap -y Installer HTTPD Sur Rocky Linux, apache s鈥檃ppelle httpd donc in utilise la commande: dnf install httpd -y Installer MariaDB dnf install mariadb-server -y Configuration Configuration de MariaDB Sur Mariadb, il y a une commande pour s茅curiser mariadb, c鈥檈st la commande: ...