From ec0de80c37ff307297aafb00b443f5367b83d41f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 3 Sep 2008 10:00:12 +0000 Subject: [PATCH] Customisation of setup script. --- README.VENDOR | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.VENDOR b/README.VENDOR index 07094bc4f..d24182995 100644 --- a/README.VENDOR +++ b/README.VENDOR @@ -9,4 +9,13 @@ distribution or some all in one package including web server and MySQL server. +Setup script +------------ + +If you want to integrate setup script to your packaging, you might want +to change $cfg_db['_config_file_path'] in setup/lib/config_info.inc.php +to point to place where you want to generated config file to be saved. +Please note that directory and the file has to be writable for web +server user. + # vim: et ts=4 sw=4 sts=4 tw=72 spell spelllang=en_us