INSTALLATION GLPI (DEBIAN 11 & GLPI 10.0.2)



INSTALLATION GLPI (DEBIAN 11 & GLPI 10.0.2)

INSTALLATION GLPI (DEBIAN 11 & GLPI 10.0.2)

Yo !

💥***** LES COMMANDES *****💥

apt install ssh
nano /etc/ssh/sshd_config

apt update && apt upgrade -y

apt install perl -y
apt install php-ldap php-imap php-apcu php-xmlrpc php-cas php-mysqli php-mbstring php-curl php-gd php-simplexml php-xml php-intl php-zip php-bz2 -y

apt install apache2
systemctl reload apache2

cd /tmp/
wget https://github.com/glpi-project/glpi/releases/download/10.0.2/glpi-10.0.2.tgz

(vous pouvez trouver la dernière version ici : https://github.com/glpi-project/glpi/releases/)

tar xzf glpi-10.0.2.tgz -C /var/www/html

chown -R www-data:www-data /var/www/html/glpi
chmod -R 775 /var/www/html/glpi

apt install mariadb-server -y

mysql -u root
create database glpi;
create user glpiuser@localhost identified by ‘motdepasse’;
grant all privileges on glpi.* to glpiuser@localhost;
flush privileges;
exit;

cd /var/www/html/glpi/install
rm install.php

Si tu as aimé, tu peux t’abonner et liker la vidéo, ça permet de soutenir la chaîne c’est important 🙂

Le discord pour me contacter :
https://discord.gg/Xu2nG6ByKj

Pour toute demande commerciale : [email protected]

💥 J’espère que la vidéo t’a plu 💥

💬 Si tu aimes ce genre de vidéo, tu peux me le dire en commentaire 💬

🎉 Abonne toi pour soutenir la chaine et pour voir mes prochaines vidéos ! 🎉

Proposer vos idées de vidéos en commentaires !

Comments are closed.