From 648c016422365f88d047d9bf82c23cb8b2be9210 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 12 Aug 2014 10:14:12 +0200 Subject: [PATCH] Document Debian and Ubuntu differences MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Debian package comes with patched documentation, but I think it's better to cover this upstream as well. Signed-off-by: Michal Čihař --- doc/setup.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/setup.rst b/doc/setup.rst index 271c4d2630..0fcbb92ff6 100644 --- a/doc/setup.rst +++ b/doc/setup.rst @@ -182,6 +182,11 @@ And to edit an existing configuration, copy it over first: cp config.inc.php config/ # copy current configuration for editing chmod o+w config/config.inc.php # give it world writable permissions +.. note:: + + Debian and Ubuntu have simplified this setup and all you need to do is to + execute :program:`/usr/sbin/pma-configure`. + On other platforms, simply create the folder and ensure that your web server has read and write access to it. :ref:`faq1_26` can help with this. @@ -208,6 +213,11 @@ measure: chmod o-rw config.inc.php # remove world read and write permissions rm -rf config # remove not needed directory +.. note:: + + Debian and Ubuntu have simplified this setup and all you need to do is to + execute :program:`/usr/sbin/pma-secure`. + Now the file is ready to be used. You can choose to review or edit the file with your favorite editor, if you prefer to set some advanced options which the setup script does not provide.