From 4c330e5a99567e7ce44353a9bba111c915752f1e Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Sat, 10 Jan 2009 20:47:38 +0000 Subject: Continuing baby steps to a batch installer. At this point you can run the installer and it will parse the command line arguments. currently the following arguments are accepted -h(database host) -u(database user) -p(database password) -d(database name) -t(table prefex) or -f(a response file). The order of processing, defaults are set. if the response file is provided, the contained values are merged and finally any command line parameters are merged. --- installer/install.php | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 installer/install.php (limited to 'installer/install.php') diff --git a/installer/install.php b/installer/install.php new file mode 100644 index 00000000..edb571a5 --- /dev/null +++ b/installer/install.php @@ -0,0 +1,69 @@ +