Merge pull request #11591 from ibennetch/6137

Documentation about which features can be removed to reduce the insta…
This commit is contained in:
Marc Delisle 2015-10-20 10:57:42 -04:00
commit c4f36684d3

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