Instalar GLPI por consola
Primero instalamos nuestro servidor de bases de datos MariaDB, y los servidores Apache y PHP.
Instalar Apache y Mariadb
apt install apache2 mariadb-server mariadb-client
apt install -y lsb-release apt-transport-https ca-certificates
Instalar php 8.0
wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" | tee /etc/apt/sources.list.d/php.list
apt install php8.0 php8.0-common php8.0-cli php8.0-fpm php8.0-opcache
apt install php8.0-mysql php8.0-curl php8.0-gd php8.0-intl php8.0-mbstring php8.0-xml php8.0-zip
apt install php8.0-ldap php8.0-exif php8.0-mysqli php8.0-bz2 php8.0-phar