debmaker/ressources/glpi
Thomas Legay 4aa8111f98 update 2024-03-17 23:55:26 +01:00
..
rootfs Add cron in glpi 2023-06-16 14:37:58 +02:00
rootfs-install update version\nfix email 2022-10-01 17:35:18 +02:00
README.MD README MIGRATION 2022-10-01 17:58:26 +02:00
debmaker update 2024-03-17 23:55:26 +01:00

README.MD

glpi

Information

Site : http://glpi-project.org/

Source : https://github.com/glpi-project/glpi

Install
apt install -y wget ca-certificates
wget -qO - https://deb.lgy.fr/install.sh | bash
apt-get update
apt install glpi libapache2-mod-php apache2 -y

gzip -dc /usr/share/doc/glpi/apache2-glpi.conf.gz > /etc/apache2/sites-available/glpi.conf

#edité le fichier de configuration apache
nano /etc/apache2/sites-available/glpi.conf
a2ensite glpi
systemctl reload apache2

#configuration with http://<ip>