Linux server.jmdstrack.com 3.10.0-1160.119.1.el7.tuxcare.els10.x86_64 #1 SMP Fri Oct 11 21:40:41 UTC 2024 x86_64
/ home/ jmdstrac/ public_html/ devices/ |
|
![GLPI Logo](https://raw.githubusercontent.com/glpi-project/glpi/main/pics/logos/logo-GLPI-250-black.png) ## How to install? Installation procedure is entirely automated; there is an [installation documentation](https://readthedocs.org/projects/glpi-install/) you should rely on. When you are using the source code, there are extra steps, to get all third party libraries installed. First, [download and install composer](https://getcomposer.org/), a PHP dependency management tool. Second, [download and install npm](https://www.npmjs.com/), a JS dependency management tool. Once done, go to the GLPI directory and just run: ```bash $ php bin/console dependencies install ```