Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:glpignu [2009/04/23 14:34] JoelC Grammatical / Spelling Cleanup |
en:glpignu [2015/07/03 11:46] (current) |
||
---|---|---|---|
Line 10: | Line 10: | ||
First, install the Apache Web server (wwww.apache.org) | First, install the Apache Web server (wwww.apache.org) | ||
- | As GLPI is programmed in PHP, it is necessary to install the Apache module which allows to run PHP. | + | As GLPI is programmed in PHP, it is necessary to install the PHP module for Apache. |
The use of the apt-get tool will make it easier. | The use of the apt-get tool will make it easier. | ||
Line 22: | Line 22: | ||
</code> | </code> | ||
- | Some questions will be asked to you, you can answer all of them by Yes. | + | This will warn you of the packages that are about to install. You should say yes to these when prompted. |
- | Glpi uses a MySQL (www.mysql.com) database for its back end, so it is neccessary to install mysql-server and its associated PHP libraries. | + | GLPI uses a MySQL (www.mysql.com) database for its back end, so it is neccessary to install mysql-server and its associated PHP libraries. |
<code> | <code> | ||
Line 99: | Line 99: | ||
==== GLPI Configuration ==== | ==== GLPI Configuration ==== | ||
- | Now, you will do all online, you have to "visit" your « http://your_server/glpi » directory with a browser. | + | In your web browser, go to http://your_server/glpi where you should see a GLPI install page. |
- | At the first connection to this adress, an install process step-by-step will begin. The frontend is easy, you just have to enter informations asked. Once over, the system will ask you the identification you have types in and you will be able to use GPLI. | + | Follow the step-by-step instructions which will guide you through the install steps. Once the installed has completed you will be presented with the GLPI login page. |
+ | To re-run this installer, incase of any errors or missed steps above, delete the following file : | ||
+ | * /var/www/glpi/config/config_db.php | ||
- | In case of a major error (ie: you have lost your access to GLPI...), to "rerun" this installation process, you just have delete the followinf file : | + | By deleting this file, and re-visiting http://your_server/glpi will cause the installation script to re-run. |
- | * glpi/config/config_db.php | + | |
- | The next connection into « http://your_server/glpi » folder will run again the configuration process (in fact, it's because there is no « config_db.php » file). | + | For more information about GLPI configuration : see [[ http://glpi-project.org/article.php3?id_article=61 | Install GLPI ]] |
- | + | ||
- | + | ||
- | For more informations about GLPI configuration : see [[ http://glpi-project.org/article.php3?id_article=61 | Install GLPI ]] | + |