Como instalar GLPI – Linux(Debian)
►INSTALACION GLPI EN LINUX (DEBIAN)
REQUISITOS:
•APACHE
•PHP 4 o superior
•MYSQL
COMANDOS:
•Instalacion apache:
apt-get install apache2
•Instalacion php:
apt-get install php5
apt-get install php5-mysql
•Instalacion mysql:
apt-get install mysql-server mysql-common mysql-client
•Creacion base de datos php:
apt-get install phpmyadmin
•Dar permisos a archivos:
chmod -R 777 /var/www/glpi/config/
chmod -R 777 /var/www/glpi/files/
•Resetear el apache:
/etc/init.b/apache2 restart
PAG GLPI:
http://localhost/glpi/install/install.php
by Brand’ Castro
linux web server