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