You are on page 1of 2

HOW TO INSTALL GLPI 10.

6 AND FUSIONINVENTORY ON DEBIAN 12

Isb_release -a

1 su -

2 sudo apt-get update && sudo apt-get upgrade -y

3 sudo systemctl enable apache2

4 apt install ca-certificates apt-transport-https software-properties-common wget


curl lsb-release -y

5 curl-sSL https://packages.sury.org/php/README.txt | bash -x

6 sudo apt-get install php-

{ldap,imap,apcu,xmIrpc,curl,common,gd,json,mbstring,mysq!,xml, intl,zip,bz-

2}

7 apt install php8.2 libapache2-mod-php8.2

8 systemctl restart apache2

9 sudo apt-get update && sudo apt-get upgrade

10 sudo apt-get install mariadb-server -y

11 sudo mysql_secure_installation

12 mysql -u root -p

create database glpi;

grant all privileges on glpi.* to glpi@localhost identified by "P@sswOrd";

exit

13 service apache2 restart

14 systemctl restart apache2

15 wget https://github.com/glpi-project/glpi/releases/download/10.0.6/

glpi-10.0.6.tgz

16 tar xvf glpi-10.0.6.tgz

17 mv glpi /var/www/html/glpi

18 chown -R www-data:www-data /var/www/html/glpi

19 chmod -R 755 /var/www/html/glpi/


20 systemctl restart apache2

HOW TO INSTALL FUSIONINVENTORY ON

GLPI 10.6

21 wget https://github.com/fusioninventory/fusioninventory-for-glpi/
releases/download/g|pi10.0.%2B1.1/fusioninventory-10.0.7+1.1.zip

22 apt install unzip

23 unzip fusioninventory-10.0.6+1.1.zip

24 mv fusioninventory /var/www/html/glpi/plugins/

You might also like