Add commands how to setup config dir.

This commit is contained in:
Michal Čihař
2005-12-08 18:15:21 +00:00
parent f420e85a67
commit ff1d4d185b
2 changed files with 10 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ $Source$
* tbl_select.php, libraries/display_tbl.lib.php,
tbl_properties_operations.php, tbl_indexes.php: Fix XHTML.
* tbl_properties_export.php: Fix output before headers.
* Documentation.html: Add commands how to setup config dir.
2005-12-08 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* libraries/tbl_move_copy.php: added PMA_table_rename()

View File

@@ -207,8 +207,16 @@
previous configuration you have to create <code>config</code> directory in
phpMyAdmin's top level directory and make it writable to web server. For
loading previous configuration, place it there (and make sure it has write
permissions for webserver).
permissions for webserver). You can use following commands:
</p>
<pre>
cd phpMyAdmin
mkdir config # create directory for saving
chmod o+rw config # give it world writable permissions
# if you want to edit existion configuration:
cp config.inc.php config/ # copy current configuration
chmod o+w config/config.inc.php # give it world writable permissions
</pre>
<p>
Then you can open <code>setup.php</code> in your browser and perform
setup. After saving your configuration move generated configuration to top