diff options
author | Renat Lumpau <rl03@gentoo.org> | 2006-06-20 21:10:12 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2006-06-20 21:10:12 +0000 |
commit | 58315ea6b00dc797e3b3dc8aa1368ae35e056853 (patch) | |
tree | b22f4f4b1c5baae4626880bcee2f010273c94502 /dev-db/phpmyadmin/files | |
parent | avahi support needs dbus in avahi. Bug #133340 (diff) | |
download | gentoo-2-58315ea6b00dc797e3b3dc8aa1368ae35e056853.tar.gz gentoo-2-58315ea6b00dc797e3b3dc8aa1368ae35e056853.tar.bz2 gentoo-2-58315ea6b00dc797e3b3dc8aa1368ae35e056853.zip |
Clarify postinstall instructions, bug #137326.
(Portage version: 2.1)
Diffstat (limited to 'dev-db/phpmyadmin/files')
-rw-r--r-- | dev-db/phpmyadmin/files/postinstall-en-2.8.0.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-db/phpmyadmin/files/postinstall-en-2.8.0.txt b/dev-db/phpmyadmin/files/postinstall-en-2.8.0.txt index b5be9e7a97e9..51345ca6dc90 100644 --- a/dev-db/phpmyadmin/files/postinstall-en-2.8.0.txt +++ b/dev-db/phpmyadmin/files/postinstall-en-2.8.0.txt @@ -7,9 +7,13 @@ 1. Create config.inc.php. You can use the web-based installer: http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/scripts/setup.php - Alternatively, use the default config file in libraries/config.default.php: + Alternatively, use the default config file in libraries/config.default.php - cp ${MY_INSTALLDIR}/libraries/config.default.php ${MY_INSTALLDIR}/config.inc.php + mkdir ${MY_INSTALLDIR}/config + chmod o+rw ${MY_INSTALLDIR}/config + # if you want to edit existing configuration: + cp ${MY_INSTALLDIR}/config.inc.php ${MY_INSTALLDIR}/config/ + chown -R VHOST_SERVER_GID:VHOST_SERVER_UID ${MY_INSTALLDIR}/config 2. Be sure that the libraries/ directory is not visible. You can use the provided .htaccess file. |