summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenat Lumpau <rl03@gentoo.org>2005-08-20 22:00:21 +0000
committerRenat Lumpau <rl03@gentoo.org>2005-08-20 22:00:21 +0000
commit5420d59b0dc4fac6696fcbce357a58d659222308 (patch)
tree1f56d3175dff9a25f688e0175d6eb42c2500a704 /www-apps/gallery/files
parentVersion bump to 2.1.16, bindings are updated to gtk-sharp-2.x (diff)
downloadgentoo-2-5420d59b0dc4fac6696fcbce357a58d659222308.tar.gz
gentoo-2-5420d59b0dc4fac6696fcbce357a58d659222308.tar.bz2
gentoo-2-5420d59b0dc4fac6696fcbce357a58d659222308.zip
Fixed postinstall instructions wrt bug #103096.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'www-apps/gallery/files')
-rw-r--r--www-apps/gallery/files/postinstall-en.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/www-apps/gallery/files/postinstall-en.txt b/www-apps/gallery/files/postinstall-en.txt
index 8fd6570365e7..7212cf3acfc8 100644
--- a/www-apps/gallery/files/postinstall-en.txt
+++ b/www-apps/gallery/files/postinstall-en.txt
@@ -1,7 +1,9 @@
For new installations:
touch ${MY_INSTALLDIR}/.htaccess ${MY_INSTALLDIR}/config.php
- mkdir ${MY_INSTALLDIR}/albums
- chown ${VHOST_SERVER_GID}:${VHOST_SERVER_UID} ${MY_INSTALLDIR}/.htaccess ${MY_INSTALLDIR}/config.php ${MY_INSTALLDIR}/albums
+ chown ${VHOST_SERVER_GID}:${VHOST_SERVER_UID} ${MY_INSTALLDIR}/.htaccess ${MY_INSTALLDIR}/config.php
-Then point your browser to http://${VHOST_HOSTNAME}/gallery/setup/
+Then create an albums directory and set permissions, e.g.,
+ chown ${VHOST_SERVER_GID}:${VHOST_SERVER_UID} my_albums_directory
+
+Now, point your browser to http://${VHOST_HOSTNAME}${VHOST_APPDIR}/setup/
and follow the instructions.