Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
| glpi [Le 12/01/2019, 17:55] krodelabestiole [Désinstallation] file -> code / mysql -u root -p -> sudo mysql | glpi [Le 11/01/2024, 11:45] (Version actuelle) 82.64.90.136 [22.04.2] | ||
|---|---|---|---|
| Ligne 11: | Ligne 11: | ||
| à partir d'Ubuntu 16.04 : | à partir d'Ubuntu 16.04 : | ||
| - | apache2, php, mysql-server, libapache2-mod-php, php-mysql | + | je sais pas | 
| - | <code>sudo apt-get install apache2 php mysql-server libapache2-mod-php php-mysql php-curl php-mbstring  php-gd php-xml</code> | + | theo ==== 22.04.2 ==== | 
| - | + | ||
| - | ==== Version Ubuntu ==== | + | |
| <code> | <code> | ||
| - | sudo apt-get install glpi (cette version est ancienne, à mettre à jour !!!!! | + | sudo apt-get install glpi | 
| </code> | </code> | ||
| - | ==== Version 9.3.3 ==== | + | ==== Version 9.5.7 ==== | 
| <code> | <code> | ||
| cd /tmp | cd /tmp | ||
| - | wget https://github.com/glpi-project/glpi/releases/download/9.3.3/glpi-9.3.3.tgz | + | wget https://github.com/glpi-project/glpi/releases/download/9.5.7/glpi-9.5.7.tgz | 
| - | cd /opt/ | + | tar -xvzf /tmp/glpi-9.5.7.tgz | 
| - | sudo tar -xvzf /tmp/glpi-9.3.3.tgz | + | mv glpi /var/www/html | 
| </code> | </code> | ||
| === Configuration d'apache === | === Configuration d'apache === | ||
| Ligne 100: | Ligne 98: | ||
| ===== Voir aussi ===== | ===== Voir aussi ===== | ||
| * [[http://www.glpi-project.org/|Le site officiel]] | * [[http://www.glpi-project.org/|Le site officiel]] | ||
| + | * [[https://forum.glpi-project.org/|Le forum officiel]] | ||
| * [[wpfr>FusionInventory|fusion inventory]] | * [[wpfr>FusionInventory|fusion inventory]] | ||
| * [[:ouapi|OUAPI (autre solution d'inventaire libre)]] | * [[:ouapi|OUAPI (autre solution d'inventaire libre)]] | ||