Table des matières

Installation de GLPI

Préalable

GLPI est une application Web qui nécessite le serveur Web Apache2, PHP 7.2 et une base de données comme MariaDB.

Site de GLPI : https://glpi-project.org/

Installation de GLPI

#apt install php-ldap php-imap php-apcu php-xmlrpc php-cas php-mysqli php-mbstring php-curl
php-gd php-simplexml php-xml

Lien de téléchargement de GLPI :

# wget https://github.com/glpi-project/glpi/releases/download/10.0.2/glpi-10.0.2.tgz
# tar xvzf glpi-10.0.2.tgz
# cp -R glpi /usr/share/
# chown -R www-data:www-data /usr/share/glpi
#chown -R www-data:www-data /usr/share/glpi
#chmod -R 775 /usr/share/glpi
Alias /glpi /usr/share/glpi 
<Directory /usr/share/glpi> 
Options Indexes FollowSymLinks 
AllowOverride limit 
Require all granted 
</Directory> 
# a2enconf glpi.conf
# systemctl reload apache2

Finalisation de l'installation

Pour finaliser l'installation de GLPI, il faut se rendre avec son navigateur à l'adresse http://adresseIPdevotreserveur/glpi.

Compte pré-cré Login Mot de passe
Compte administrateur glpi glpi
Compte technicien tech tech
Compte normal normal normal
Compte postonly post-only postonly

Ouvrez une session avec le compte administrateur glpi mot de passe glpi.

#rm /usr/share/glpi/install/install.php