Como instalar y configurar GLPI

Imagen de falcom

Bueno para los q no sepan q es el GLPI pues es un sistema de inventarios y helpdesk muy bueno de lo mejorcito q existe
[quote]GLPI is the Information Resource-Manager with an additional Administration- Interface. You can use it to build up a database with an inventory for your company (computer, software, printers...). It has enhanced functions to make the daily life for the administrators easier, like a job-tracking-system with mail-notification and methods to build a database with basic information about your network-topology.

The principal functionalities of the application are :

1) the precise inventory of all the technical resources. All their characteristics will be stored in a database.

2) management and the history of the maintenance actions and the bound procedures. This application is dynamic and is directly connected to the users who can post requests to the technicians. An interface thus authorizes the latter with if required preventing the service of maintenance and indexing a problem encountered with one of the technical resources to which they have access.[/quote]
Les voy a indicar paso a paso el modo de instalacion en un centos 5.3
Requisitos Previos:
tener instalado y funcionando mysql, php y apache

1. bajar el archivo https://forge.indepnet.net/attachments/download/597/glpi-0.72.4.tar.gz
2. descomprimir en la carpeta

/var/www/html/glpi

3. dar permisos de escritura (765) a las carpetas dentro del dir /glpi

/files /config

4. dar permisos de escritura a las siguientes carpetas dentro de /files

_dumps, _cache, _log, _sessions, _cron, _uploads

5.

vim /etc/php.ini

en la parte de memory_limit colocar 64M
6. requerimos las extensiones json para php (al menos yo no la tengo instalada)
checamos si la tenemos instalada asi:

php -i | grep json

deberia arrojarnos algo asi

/etc/php.d/json.ini,
json
json support => enabled
json version => 1.2.1

si no les toca agregar la libreria json de la siguiente manera:
primero actualizar php

yum install php-devel php-pear gcc -y

para ver su configuracion de pear le damos a

pear config-show

si trabajan detras de un proxy deberian agregar lo siguiente en la linea de commandos

pear config-set http_proxy 192.168.0.7:8080

y luego si

pear install pecl/json

deberia arrojarles esto al final

Build process completed successfully
Installing '/var/tmp/pear-build-root/install-json-1.2.1//usr/lib/php/modules/json.so'
install ok: channel://pear.php.net/json-1.2.1
luego
cd /etc/php.d
echo "extension=json.so" > json.ini
service httpd restart

TIPS PARA INSTALAR LAS LIBRERIAS json:
http://www.php.net/manual/en/json.installation.php
Hay otra manera y es bajando el src y compilado desde aca
http://pecl.php.net/get/json-1.2.1.tgz
Una vez instaladas los requerimientos seguimos nos preguntara los datos de mysql
como la dir ip del server el user y el password
con esos datos colocamos siguiente y nos listara las db creadas en el server escogemos crear nueva y le
ponemos un nombre (preferiblemente glpidb) a la nueva db luego next y deberia crearnosla e indicar q todo esta en forma correcta dandonos el passw y el user administrador del sistema

mas info
http://www.glpi-project.org/spip.php?article61
TIPS:
Podeis bajar plugins de aca:
http://plugins.glpi-project.org/
al bajarlos descomprimirlos siempre en la carpeta plugins

Es todo espero haberles ayudado ahora a las bielas y a dormir!! }:)

Comentarios