freebsd-ports/www/glpi/pkg-message
Martin Wilke 583eaf674c GLPI is an Information Resource-Manager with an additional
Administration- Interface. You can use it to build up a
database with an inventory for your company (computer,
software, printers...). It has enhanced functions to make
the daily life for the administrators easier, like a job-
tracking-system with mail-notification and methods to build
a database with basic information about your network-topology.

WWW: http://glpi-project.org/

PR:		ports/109055
Submitted by:	Mathias Monnerville <mathias at monnerville.com>
2007-02-11 23:16:49 +00:00

27 lines
947 B
Text

*****************************************************************
Before using GLPI, you will need to configure your database.
Full installation instructions are available here:
http://glpi-project.org/spip.php?article61
If you are using MySQL, here's the short version of the instructions:
1. Create a new database:
$ mysqladmin -uroot create glpi
2. Grant access to the database:
$ mysql -uroot -e"GRANT ALL ON glpi.* TO USERNAME@localhost IDENTIFIED BY 'PASSWORD'" glpi
(choose your own values for USERNAME and PASSWORD)
You will also need to configure Apache. Consider adding the following
to your httpd.conf:
<Directory %%PREFIX%%/%%GLPIDIR%%>
AllowOverride Options FileInfo
</Directory>
Then restart Apache: 'apachectl graceful'
Please visit 'http://{host.domain}/%%GLPIDIR%%/' in a
web-browser and follow the configuration instructions.
*****************************************************************