summaryrefslogtreecommitdiff
path: root/installer/helpers/system_check.php
AgeCommit message (Collapse)Author
2009-01-10Continuing baby steps to a batch installer. At this point you can run the ↵Tim Almdal
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.
2009-01-09Stage 1 of the installer. basically check that we can start as far as Kohana ↵Tim Almdal
correctly