I searched the internet for the installation steps of linux GLPI. Based on my actual work experience, I wrote the installation manual for Windows.
Install GLPI
Due to work needs, I had the honor to complete the installation of GLPI and did not adopt the LAMP architecture according to the official statement. Considering that no new servers can be added at present, the LAMP architecture is directly changed to the windows architecture, GLPI composition is Windows 2003 + Apache 2.2 + Mysql-5.5.14-win32.msi + php-5.2.3-win32-installer.msi,
The installation steps are as follows:
1. Prepare the windows 2003 platform.
2. Download The glpi-0.80.1 version from the official website
3. install Apache 2.2. After installation, enter http: // 127.0.0.1 in the browser, indicating that apache is successfully installed,
4. Install Mysql
5. Install php-5.2.3-win32-installer.msi
Download PHP5's latest installation package file php-5.2.3-win32-installer.msi,
1. Double-click to directly run the installer and click next.
2. Select "I accept the terms in the License Agreement" and click next;
3. Set the installation path to "C: \ PHP5 \" and click next;
4. Select the Web server type, select a type from Apache 2.2.x Module, Apache CGI, iis isapi module, and iis cgi, and click next;
5. Set the Apache configuration file directory and click next. (If IIS is selected, this step is unavailable)
6. Go to the installation component selection page. Generally, select the following components:
PHP
|-Program
|-Script Executable
|-Register *. php files to open automatically with PHP
|-Extensions
|-Activescript
|-GD2
|-IIS Administration
|-Multi-Byte String
|-MSSQL
|-MYSQL
|-Web Server Setup
|-Apache 2.2.x Module
|-Apache CGI
|-Iis isapi module
|-IIS CGI
|-Extras
|-PEAR Install
|-PHP Manual
Click next;
7. Click install to start installation, and then click finsh.
This article is from the "IT Pro" blog