summaryrefslogtreecommitdiff
path: root/installer/install.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-01-11 07:30:26 +0000
committerTim Almdal <tnalmdal@shaw.ca>2009-01-11 07:30:26 +0000
commit8c8bdf70251daefbb1084e49254593362494e3c6 (patch)
treeeeb955aec484d4e27464db6c5b390ceb4c48732a /installer/install.php
parent6fdca531c646e8f6d9798b96464da30c92276be8 (diff)
allow modules to be installed to be specified as command line option or in the response file
Diffstat (limited to 'installer/install.php')
-rw-r--r--installer/install.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/installer/install.php b/installer/install.php
index a644b1c9..7abea163 100644
--- a/installer/install.php
+++ b/installer/install.php
@@ -25,7 +25,9 @@
* -u Database user (default: root)
* -p Database user password (default: )
* -d Database name (default: gallery3)
+ * -i Database type (default: mysqli)
* -t Table prefix (default: )
+ * -m Modules to install (default: core, user)
* -f Response file (default: not used)
* The response file is a php file that contains the following syntax;
* $config[key] = value;