Glpidoc 0.85 en Partial
Glpidoc 0.85 en Partial
1
Install GLPI
Topics: Installation Guide.
• Prerequisites Everything you need to know to install a comfortable and serene GLPI.
• Install the GLPI application This section presents the installation prerequisites of GLPI and then the
installation of GLPI.
Prerequisites
Prerequisites for installing GLPI.
GLPI uses the following technologies :
• PHP for language
• MySQL for the database
• HTML for web pages
• CSS style sheets
• CSV, PDF and SLK for data exports
• AJAX for dynamic elements of the interface
• SVG and PNG for images and graphics
Web Server
GLPI requires a web server supports PHP, such as :
• Apache 2 or higher (http://httpd.apache.org)
• Microsoft IIS (http://www.iis.net).
PHP
GLPI requires PHP version 5.3 or above (http://www.php.net).
PHP Configuration
The php configuration file (php.ini) should be amended to contain the following variables :
memory_limit = 64M ; // Minimum Value
file_uploads = on ;
max_execution_time = 600 ; // Optional but not mandatory
register_globals = off ; // Optional but not mandatory
magic_quotes_sybase = off ;
session.auto_start = off ;
session.use_trans_sid = 0 ; // Optional but not mandatory
Important: Currently, only MySQL database server and MariaDB database server are
supported by GLPI (MyISAM engine).
Note: There are also many packages for distributions (Debian, Ubuntu, Fedora ...).
Tip:
Download the latest stable version for production use.
Note: Version numbering: the archive is named GLPI Version X.YY.ZZ where X.YY is the
major version number and ZZ indicates the version number of corrective. Example: GLPI
0.72.4 is the fourth corrective version of the major version 0.72.
License
The use of GLPI is subject to acceptance of the license GNU General Public License. This license is proposed for
reading. Once the license is read and accepted, submit the form. If this is not the case, is impossible to access the
following steps.
Caution: The contents of the selected database will be destroyed upon initialization.
• To create a new database to hold the GLPI data :
Select Create a new database. Enter the name of the new database in the text field provided for this purpose.
Select OK to create the database.
Important: This step requires the user to have the necessary rights to create a new database.
Attention: Of course one must then delete or change these default accounts for obvious
reasons of security. Be sure before deleting the accounts to create a new glpi user using the
super-admin profile.