Différences entre versions de « GLPI »
Sauter à la navigation
Sauter à la recherche
imported>SylvainBeucler m (Nouvelle page : == Installation == Le plus simple est de passer par le paquet Debian: aptitude install mysql-server aptitude install libapache2-mod-php5 # force PHP5 instead of default PHP4 apti...) |
imported>SylvainBeucler m (→Installation) |
||
Ligne 5 : | Ligne 5 : | ||
aptitude install libapache2-mod-php5 # force PHP5 instead of default PHP4 | aptitude install libapache2-mod-php5 # force PHP5 instead of default PHP4 | ||
aptitude install -t etch-backports glpi | aptitude install -t etch-backports glpi | ||
+ | invoke-rc.d apache2 restart | ||
+ | |||
+ | http://localhost/glpi/ | ||
== OCS-Inventory == | == OCS-Inventory == |
Version du 4 juillet 2008 à 13:25
Installation
Le plus simple est de passer par le paquet Debian:
aptitude install mysql-server aptitude install libapache2-mod-php5 # force PHP5 instead of default PHP4 aptitude install -t etch-backports glpi invoke-rc.d apache2 restart
OCS-Inventory
Pour faire l'inventaire automatique du parc de machine, il faut installer OCS-Inventory "NG":
tar xzf OCSNG_LINUX_SERVER_1.01.tar.gz cd OCSNG_LINUX_SERVER_1.01 aptitude install make libapache2-mod-perl2 aptitude install libapache-dbi-perl libxml-simple-perl libcompress-zlib-perl libnet-ip-perl libsoap-lite-per aptitude install php5-gd sh setup.sh
Tapez Entrée
à toutes les questions sauf pour spécifier l'emplacement des pages web (/var/www/ocsweb/
par exemple).