PART-4 GLPI 10 0 6 AVEC FUSIONINVENTORY ACTIVE DIRECTORY LDAP AGENT FUSIONINVENTORY
MIR HEYDARPOUR
INSTALLATION DE GLPI 10.0.6 SUR DEBIAN 12 ET INSTALLATION FUSIONINVENTORY PLUGIN
1 sudo apt-get update && sudo apt-get upgrade -y
2 apt install php libapache2-mod-php
3 sudo systemctl restart apache2
4 apt install mariadb-server
5 mysql_secure_installation
6 mysql -u root -p
create database glpi;
create user ‘glpi’@’localhost’ identified by ‘glpi’;
grant all privileges on glpi.* to ‘glpi’@’localhost’ with grant option;
flush privileges;
quit (OU exit)
7 wget https://github.com/glpi-project/glpi/releases/download/10.0.6/glpi-10.0.6.tgz
8 tar xvf glpi-10.0.6.tgz
9 mv glpi /var/www/html/glpi
10 apt install php8.2-curl php8.2-gd php8.2-mbstring php8.2-zip php8.2-xml php8.2-ldap php8.2-intl php8.2-mysql php8.2-dom php8.2-simplexml php-json php8.2-phpdbg php8.2-cgi
12 chown -R www-data:www-data /var/www/html/glpi/
13 chmod -R 755 /var/www/html/glpi/
14 systemctl restart apache2
15 ip a
16 wget https://github.com/fusioninventory/fusioninventory-for-glpi/releases/download/glpi10.0.6%2B1.1/fusioninventory-10.0.6+1.1.zip
17 unzip fusioninventory-10.0.6+1.1.zip
18 mv fusioninventory /var/www/html/glpi/plugins/
19 history
by AMIR CISCO
windows server dhcp