Glpi - Commande Line
Glpi - Commande Line
Glpi - Commande Line
https://www.vmware.com/products/workstation-player/workstation-player-evaluation.html
https://ubuntu.com/download/server
https://www.putty.org/
install Webmin:
mysql_secure_installation
sudo add-apt-repository ppa:ondrej/php
sudo apt update
If you have a domain name you can configure your web server, otherwise you can use your ip
address followed by the name of the directory where glpi is located:
<Directory /var/www/html/>
Options +FollowSymlinks
AllowOverride All
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
Now, we can restart the Apache webserver so that the changes take place:
GLPI will be available on HTTP port 80 by default. Open your favorite browser and navigate to
http://your-domain.com/glpi/install/install.php
and complete the required steps to finish the installation.
case 2 : you don't have a domain name: use your ip adress http://your ip
adress/glpi/install/install.php
Congratulations! You have successfully installed GLPI. Thanks for using this tutorial for
installing GLPI on Ubuntu server 22
For additional help or useful information, we recommend you check the official GLPI website.
GLPI Agent is essentially a program used to run automatic inventory and works with GLPI ITSM
software tool.
It also supports running few other tasks like package deployment, information collect, network
devices discovery and inventory,
ESX remote inventory. It also supports agentless inventory through its remoteinventory task.