aboutsummaryrefslogtreecommitdiff
path: root/www/glpi/pkg-message
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-02-11 23:16:49 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-02-11 23:16:49 +0000
commit583eaf674cafabf9f2c7429e0da44ce1f94ec9eb (patch)
tree60d2522dc1a00ad86a8f052b67c36db402f1593d /www/glpi/pkg-message
parent1f585357453b04b04ac1cd4c8e1b3f4bb020e8f0 (diff)
downloadports-583eaf674cafabf9f2c7429e0da44ce1f94ec9eb.tar.gz
ports-583eaf674cafabf9f2c7429e0da44ce1f94ec9eb.zip
Notes
Diffstat (limited to 'www/glpi/pkg-message')
-rw-r--r--www/glpi/pkg-message27
1 files changed, 27 insertions, 0 deletions
diff --git a/www/glpi/pkg-message b/www/glpi/pkg-message
new file mode 100644
index 000000000000..f32765ef2ad9
--- /dev/null
+++ b/www/glpi/pkg-message
@@ -0,0 +1,27 @@
+*****************************************************************
+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.
+*****************************************************************