Skip to content

Commit

Permalink
Move vendor doc into documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Nov 12, 2012
1 parent 8f99d95 commit d27c13b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
1 change: 1 addition & 0 deletions doc/index.rst
Expand Up @@ -18,6 +18,7 @@ Contents:
transformations
faq
developers
vendors
copyright
credits
glossary
Expand Down
13 changes: 6 additions & 7 deletions README.VENDOR → doc/vendors.rst
@@ -1,18 +1,18 @@
phpMyAdmin - hints for distributing phpMyAdmin
==============================================
Distributing and packaging 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.
behavior) in :file:`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
For example if you want setup script to generate 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.
``SETUP_DIR_WRITABLE`` to false.

External libraries
------------------
Expand All @@ -32,4 +32,3 @@ libraries/php-gettext
libraries/tcpdf
tcpdf library, stripped down of not needed files

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

0 comments on commit d27c13b

Please sign in to comment.