diff options
Diffstat (limited to 'security/phpdeadlock/files/pkg-message.in')
-rw-r--r-- | security/phpdeadlock/files/pkg-message.in | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/security/phpdeadlock/files/pkg-message.in b/security/phpdeadlock/files/pkg-message.in new file mode 100644 index 000000000000..9e9bd89d76b0 --- /dev/null +++ b/security/phpdeadlock/files/pkg-message.in @@ -0,0 +1,31 @@ +************************************************* +Post-installation instructions: + +o Add the following lines to your httpd.conf or + an included .conf file: + + Alias /%%DLURL%%/ "%%PREFIX%%/%%DLDIR%%/" + AddType application/x-httpd-php .php + DirectoryIndex index.php + + <Directory "%%PREFIX%%/www/data/protected"> + AllowOverride AuthConfig + </Directory> + + NB: The directory "%%PREFIX%%/www/data/protected" + is the default, but can be changed in the + Deadlock administrator area. + +o Restart your web server + +o Create a new MySQL database and a user account + with access to it that Deadlock can use to store + user accounts and configuration information + +o Browse to http://localhost/%%DLURL%%/ to + complete the installation + +o Note that the default admin password is "password". + Browse to http://localhost/%%DLURL%%/admin/ + after installation, log in, and change it. +************************************************* |