***************************************************************** First time installation notes: 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: AllowOverride Options FileInfo Then reload Apache: 'apachectl graceful' Please visit 'http://{host.domain}/%%GLPIDIR%%/' in a web-browser and follow the configuration instructions. ***************************************************************** i/'>cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/games/netwalk
Commit message (Expand)AuthorAgeFilesLines
* Fix ports using GH_TAGNAME=master to depend on a known hashbdrewery2013-06-081-1/+1
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-271-1/+1
* - Makefile tweaksbeech2013-03-141-5/+2
* Bump PORTREVISION after DESKTOP_ENTRIES updatemakc2013-01-231-0/+1