diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-01-09 10:55:03 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-01-09 13:09:38 +0100 |
| commit | 04d6d5ca99ebfd1cebb8ce06618fb3811fc1a8aa (patch) | |
| tree | 5c691241355c943a3c68ddb06b8cf8c60aa11319 /srcs/phpmyadmin/doc/html/_sources/vendors.txt | |
| parent | 7e0d85db834d6351ed85d01e5126ac31dc510b86 (diff) | |
| download | ft_server-04d6d5ca99ebfd1cebb8ce06618fb3811fc1a8aa.tar.gz ft_server-04d6d5ca99ebfd1cebb8ce06618fb3811fc1a8aa.tar.bz2 ft_server-04d6d5ca99ebfd1cebb8ce06618fb3811fc1a8aa.zip | |
phpmyadmin working
Diffstat (limited to 'srcs/phpmyadmin/doc/html/_sources/vendors.txt')
| -rw-r--r-- | srcs/phpmyadmin/doc/html/_sources/vendors.txt | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/srcs/phpmyadmin/doc/html/_sources/vendors.txt b/srcs/phpmyadmin/doc/html/_sources/vendors.txt new file mode 100644 index 0000000..dfbff01 --- /dev/null +++ b/srcs/phpmyadmin/doc/html/_sources/vendors.txt @@ -0,0 +1,32 @@ +Distributing and packaging phpMyAdmin +===================================== + +This document is intended to give pieces of advice to people who want to +redistribute phpMyAdmin inside other software packages 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 :file:`libraries/vendor_config.php`. + +For example, if you want setup script to generate a config file in var, change +``SETUP_CONFIG_FILE`` to :file:`/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 the 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. + +vendor/ + The download kit includes various Composer packages as + dependencies. |
