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: bc9258bd56b1c00d3caf9e1d21293e791b119fef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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.

External libraries
------------------

phpMyAdmin includes several external libraries, you might want to
replace them with system ones if they are available, but please note
that you should test whether version you provide is compatible with the
one we ship.

Currently known list of external libraries:

js/jquery 
    jQuery js framework and various jQuery based libraries.

libraries/php-gettext 
    php-gettext library
libraries/tcpdf 
    tcpdf library, stripped down of not needed files 

# vim: et ts=4 sw=4 sts=4 tw=72 spell spelllang=en_us