summaryrefslogtreecommitdiff
path: root/www/php-glpi
diff options
context:
space:
mode:
authorhauke <hauke@pkgsrc.org>2020-05-19 14:39:56 +0000
committerhauke <hauke@pkgsrc.org>2020-05-19 14:39:56 +0000
commit9b16f70ac4d384b2d2e27c5615b6b8d31ba9105e (patch)
tree8938b3af7b5d46d9b0806105ca1fdefaa8bf19ce /www/php-glpi
parentf2ac4967ca921c02c59b6fabde0ced59f8021bc4 (diff)
downloadpkgsrc-9b16f70ac4d384b2d2e27c5615b6b8d31ba9105e.tar.gz
Clarifications.
Diffstat (limited to 'www/php-glpi')
-rw-r--r--www/php-glpi/MESSAGE10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/php-glpi/MESSAGE b/www/php-glpi/MESSAGE
index be48620a22d..a04a9367d55 100644
--- a/www/php-glpi/MESSAGE
+++ b/www/php-glpi/MESSAGE
@@ -1,12 +1,12 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.6 2019/07/02 12:23:41 hauke Exp $
+$NetBSD: MESSAGE,v 1.7 2020/05/19 14:39:56 hauke Exp $
GLPI requires a web server set up to run PHP scripts;
${PREFIX}/share/examples/glpi/http-glpi.conf is a sample
configuration for Apache.
-In addition, you need access to a MySQL server. Create a MySQL glpi user,
-and as that user create a database:
+In addition, you need access to a MySQL database server. Create a
+MySQL glpi user, and as that user create a database:
# mysql -u root -p
Enter password: <your_mysql_root_passwd>
@@ -20,7 +20,7 @@ mysql> EXIT
Bye
#
-To set up or upgrade GLPI, activate the setup page:
+To set up or upgrade GLPI with a web browser, activate the setup page:
cd ${PREFIX}/share/glpi/install && mv install.php.disabled install.php
@@ -30,7 +30,7 @@ database.
Rename install.php when you are done.
-To update from the commandline, run
+Alternatively, you can upgrade from the commandline, by running
su -m ${APACHE_USER} -c '${PREFIX}/share/glpi/bin/console --config-dir=${PKG_SYSCONFDIR} db:update'