GLPI IT Asset Management Software setup guide

preview_player
Показать описание

Subscribe to Our Channel by following below URL

Provide your valubale feedback by commenting in below comment section.

If you are looking for Red hat 7 Linux exam preparation please visit to below playlist.

Red hat enterprise 7 Linux video tutorial playlist

If you are looking for Linux system Administrator's guide for Centos, RedHat and Oracle kindly visit below URL

Commands used in this tutorial.

# sestatus

# setenforce 0

# firewall-cmd --zone=public --permanent --add-service=http
# firewall-cmd --zone=public --permanent --add-service=https
# firewall-cmd --reload

# yum install httpd -y
# yum install mariadb-server --exclude php-mysql-* php php-*

allowride all

# getsebool -a | grep http_con_
# setsebool http_ on

# systemctl start httpd
# systemctl start mariadb

# systemctl status httpd
# systemctl status mariadb

# mysql_secure_installation

CREATE DATABASE glpi;
CREATE USER 'glpi'@'localhost';
FLUSH PRIVILEGES;

GLPI Official Website:

Download page:

Рекомендации по теме
Комментарии
Автор

Hello Dear, I am interested on your GLPI 10 video and with the believe and hope asking you, Please create a GLPI full playlist series from the scratch in English language (A-Z order)(Asset Section, Ticket Management Section) All the use cases of the options which is present in GLPI open source software. Currently I am facing issues in understanding a compete work flow of ticketing system. Requirement : In a company, user's creating IT requests or Issues by sending mail (Gmail or O365), then GLPI auto search/pickup emails and converts those emails to tickets, the IT executive will fix the issue and close the ticket, the moment he press the button the tickets response again resend to the users over email.). Can you help me with this please. Note : I do not have money to join any tutorial. Looking for free mode, as Humanity of sharing knowledge.

seekhoaursikhao
Автор

Hi, I am installed GLPI last few month back and its working fine but now a days many computer shown duplicate entry means same computer name shown multiple times, how to enable auto removal of duplicate computer in GLPI please suggest steps as earliest.

prasannakumarks
Автор

Also 4 errors i am getting
1.) Cannot decode JSON content (http client)
2.) Deploy task not supported by server0
3.) Collect task not supported by server0
4.) Scan-homedirs configuration parameters disabled

AsNyThAnSeGa
Автор

Hey, hello please help me for web page installation for glpi..I stucked in last step...plz help.me

abhimanukumar
Автор

I have configured as per your tutorial. It's very good but when I wanted to configure GLPI by web then the installation page is not opening. It's open the Testing 123.. page. Would you please give me the solution ?

avijitbiswas