Code in the video: How to Install GLPI ( Helpdesk & IT Assets Manager System) on CentOS | CentOS Stream | RHEL | RockLinux | AlmaLinux

Code in the video: How to Install and Config GLPI ( Helpdesk & IT Assets Manager System) on CentOS | CentOS Stream | RHEL | RockLinux | AlmaLinux

✳️ Thank You for watching and Don't forget to subscribe to my channel 👍

	sudo dnf install php php-mbstring php-mysqlnd php-gd php-json php-intl php-ldap php-apcu php-xmlrpc php-opcache php-zip php-xmlrpc wget tar -y

	sudo setenforce 0 && sudo sed -i 's/^SELINUX=.*/SELINUX=permissive/g' /etc/selinux/config

	CREATE DATABASE glpi_db;

	CREATE USER glpi_admin@localhost IDENTIFIED BY 'glpi_PWD';
	
	GRANT ALL ON glpi_db.* TO glpi_admin@localhost;

	FLUSH PRIVILEGES;

	EXIT;

	👉 Download GLPI: https://glpi-project.org/downloads/

Thank You !!!

Leave a Reply

Your email address will not be published. Required fields are marked *