1 Distributing and packaging phpMyAdmin
2 =====================================
4 This document is intended to give advices to people who want to
5 redistribute phpMyAdmin inside other software package such as Linux
6 distribution or some all in one package including web server and MySQL
9 Generally you can customize some basic aspects (paths to some files and
10 behavior) in :file:`libraries/vendor_config.php`.
12 For example if you want setup script to generate config file in var, change
13 ``SETUP_CONFIG_FILE`` to :file:`/var/lib/phpmyadmin/config.inc.php` and you
14 will also probably want to skip directory writable check, so set
15 ``SETUP_DIR_WRITABLE`` to false.
20 phpMyAdmin includes several external libraries, you might want to
21 replace them with system ones if they are available, but please note
22 that you should test whether version you provide is compatible with the
25 Currently known list of external libraries:
28 jQuery js framework and various jQuery based libraries.
31 The download kit includes various Composer packages as