GLPI the free IT and asset management software
GLPI allows you to setup your own Helpdesk facility so that teaching staff have an easy way to report faults. It also has asset tracking features.
This article covers the installation process.
Web server
You might want to keep this application internal only.
You will therefore need to build your own web server with the following considerations.
- Hostname: helpdesk
Installation
- Upload and Extract
glpi-0.72.21.tar.gz to your web host. - Browse to the website (eg. http://helpdesk.yourdomain.local).
- Select your language and click OK.
- Read and ACCEPT the terms... and click Continue.
- Click Installation.
- Fix any adverse test results.
- php.ini is located /etc/php5/apache2/php.ini for an ubuntu 8.10 server.
- Restart the server if you make any changes.
- Database connection setup:
- Mysql server: (eg. localhost).
- Mysql user: (eg. root).
- Mysql password: yourMysqlPassword
- Select Create a new database...
- Enter a meaningful name (eg. helpdesk).
- Click Continue.
- GLPI is now installed and initialised.
Default Login Passwords
| login | password |
| glpi | glpi |
| tech | tech |
| normal | |
| post-only | postonly |
More articles of interest...
Thanks for visiting!

