GLPI stands for “Gestionnaire libre de parc informatique”, 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.
Primero asegúrese de tener instalado ubuntu 16.04 LAMP server en el equipo:
First you need to make sure you have ubuntu 16.04 LAMP server installed on your server.
Instalando GLPI en Ubuntu 16.04
Install GLPI on Ubuntu 16.04
Now you need to install GLPI using the following command
# sudo apt-get install glpi php7.0-curl php7.0-gd php7.0-intl php-pear php-imagick php7.0-imap php7.0-mcrypt php-memcache php7.0-pspell php7.0-recode php7.0-sqlite3 php7.0-tidy php7.0-xmlrpc php7.0-xsl php7.0-mbstring php-gettext
# sudo service apache2 restart
GLPI configuration provide database for this application select yes and proceed enter:
Ingresa una contraseña para el usuario admin:
Provide password of the database admin user:
Ingresa una contraseña de Mysql para GLPI:
Mysql password for GLPI:
Confirmar la contraseña Mysql para GLPI:
Confirm Mysql password for GLPI:
Despúes de terminada la instalación, la siguiente pantalla indica cómo ingresar a GLPI:
After the end of installation the following screen provides how to access GLPI:
Ahora, abre el enlace http://ubuntu-serverip/glpi y se verá la siguiente pantalla:
Now got to http://ubuntu-serverip/glpi and You should see similar to the following screen:
Por defecto, glpi tiene los siguientes usuarios y contraseñas para ingresar:
By default glpi is having the following username and passwords to login
glpi/glpi es la cuenta para administrador
tech/tech es la cuenta para técnicos
normal es la cuenta para uso normal
post-only/post-only es la cuenta solo para crear post
Selecciona el usuario glpi con su respectiva contraseña para ingresar con permisos administrativos, e inmediatamente se verá la siguiente pantalla:
Select glpi username and password to login in to the glpi with administrator permissions and you should see similar to the following screens:
https://github.com/glpi-project/glpi/archive/9.2.tar.gz
https://github.com/glpi-project/glpi/releases/download/9.2/glpi-9.2.tgz
https://github.com/glpi-project/glpi/releases/download/0.90.5/glpi-0.90.5.tar.gz
Post original: http://www.ubuntugeek.com/install-glpi-it-and-asset-managemet-software-on-ubuntu-16-04-server.html