3.3.9.1 release
[phpmyadmin/madhuracj.git] / README.VENDOR
blob2b2e92d96d5ab00368591c6653cabf6b2fc28dd4
1 $Id: README 10967 2007-12-08 12:46:36Z lem9 $
3 phpMyAdmin - hints for distributing phpMyAdmin
4 ==============================================
6 This document is intended to give advices to people who want to
7 redistribute phpMyAdmin inside other software package such as Linux
8 distribution or some all in one package including web server and MySQL
9 server.
11 Generally you can customize some basic aspects (paths to some files and
12 behavior) in libraries/vendor_config.php.
14 For example if you want setup script to generate config file in var,
15 change SETUP_CONFIG_FILE to /var/lib/phpmyadmin/config.inc.php and you
16 will also probably want to skip directory writable check, so set
17 SETUP_DIR_WRITABLE to false.
19 # vim: et ts=4 sw=4 sts=4 tw=72 spell spelllang=en_us