GLPI + FusionInventory Ubuntu Server 22.04

preview_player
Показать описание
mise à jour
sudo apt update && sudo apt upgrade

dépendances et configuration

apt install apache2 php libapache2-mod-php mariadb-server php-mysqli php-mbstring php-curl php-gd php-simplexml php-intl php-apcu php-xmlrpc php-cas php-zip php-bz2 php-ldap php-imap -y

sudo mysql_secure_installation

creation base de données glpi

mysql -u root -p
create database db_glpi;
exit;

Installation de GLPI

cd /tmp

mkdir -p /var/www/html/glpi
cp -r glpi/* /var/www/html/glpi

cd
@/glpi

Fusion Inventory

cd /tmp

cp -r fusioninventory /var/www/html/glpi/plugins/
Рекомендации по теме
Комментарии
Автор

The problem is that with PHP 8.3.6, I cannot run GLPI 10.0.6. Is there any solution for this, or any way to achieve the same functionality with the latest version of GLPI? (I’m a beginner and trying to learn, so I’m open to any kind of help.)

viniciusdomingos
welcome to shbcf.ru