README MIGRATION

This commit is contained in:
thomas 2022-10-01 17:58:26 +02:00
parent 6495c0d2ec
commit a92a6a8738
21 changed files with 454 additions and 298 deletions

24
ressources/glpi/README.MD Normal file
View file

@ -0,0 +1,24 @@
#### glpi
##### Information
Site : http://glpi-project.org/
Source : https://github.com/glpi-project/glpi
##### Install
```bash
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>
```