Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.VENDOR - github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2b2e92d96d5ab00368591c6653cabf6b2fc28dd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$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