summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/gallery/files')
-rw-r--r--www-apps/gallery/files/postinstall-en.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/www-apps/gallery/files/postinstall-en.txt b/www-apps/gallery/files/postinstall-en.txt
index 164cd3b705d8..8fd6570365e7 100644
--- a/www-apps/gallery/files/postinstall-en.txt
+++ b/www-apps/gallery/files/postinstall-en.txt
@@ -1,7 +1,7 @@
For new installations:
-- touch ${MY_INSTALLDIR}/.htaccess ${MY_INSTALLDIR}/config.php
-and
-chown ${VHOST_SERVER_GID}:${VHOST_SERVER_UID} ${MY_INSTALLDIR}/.htaccess ${MY_INSTALLDIR}/config.php
+ 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
-Then point your browser to http://yourhost/gallery/setup/
+Then point your browser to http://${VHOST_HOSTNAME}/gallery/setup/
and follow the instructions.