blob: 7212cf3acfc8f7dca475e8f81d4740669fee4226 (
plain)
1
2
3
4
5
6
7
8
9
|
For new installations:
touch ${MY_INSTALLDIR}/.htaccess ${MY_INSTALLDIR}/config.php
chown ${VHOST_SERVER_GID}:${VHOST_SERVER_UID} ${MY_INSTALLDIR}/.htaccess ${MY_INSTALLDIR}/config.php
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.
|