freebsd-ports/security/phpdeadlock/files/pkg-message.in
Beech Rintoul 13b02aa849 - New port phpdeadlock-1.0.1
- Web-based user authentication/password protection system

PR:		ports/117122
Submitted by:	Greg Larkin <glarkin@sourcehosting.net> (maintainer)
Approved by:	linimon (mentor)
2007-12-25 11:15:45 +00:00

31 lines
951 B
Text

*************************************************
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.
*************************************************