Documentation about which features can be removed to reduce the install footprint

Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
This commit is contained in:
Isaac Bennetch 2015-10-20 09:50:13 -04:00
parent 7ca22b5598
commit f9d0b65a50

View File

@ -609,6 +609,25 @@ some robots accessing your installation.
Because your PHP's ``memory_limit`` is too low; adjust it in :file:`php.ini`.
.. _faq1:44:
1.44 How can I reduce the installed size of phpMyAdmin on disk?
---------------------------------------------------------------
Some users have requested to be able to reduce the size of the phpMyAdmin installation.
This is not recommended and could lead to confusion over missing features, but can be done.
A list of files and corresponding functionality which degrade gracefully when removed include:
* :file:`./libraries/tcpdf` folder (exporting to PDF)
* :file:`./locale/` folder, or unused subfolders (interface translations)
* Any unused themes in :file:`./themes/`
* :file:`./js/jquery/src/` (included for licensing reasons)
* :file:`./js/line_counts.php`
* :file:`./doc/` (documentation)
* :file:`./setup/` (setup script)
* :file:`./examples/`
* :file:`./sql/` (SQL scripts to configure advanced functionality)
.. _faqconfig:
Configuration