openbsd-ports/www/phplist/pkg
2012-09-10 09:16:33 +00:00
..
DESCR
PLIST security update to 2.10.19, fixes CVE-2012-3952 2012-08-17 08:58:46 +00:00
README move various MESSAGEs into READMEs and apply some small modifictions for consistency 2012-09-10 09:16:33 +00:00

$OpenBSD: README,v 1.2 2012/09/10 09:16:34 jasper Exp $

+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
+-----------------------------------------------------------------------

PHPlist has been installed into ${INSTDIR}

You should point this to the DocumentRoot of your web-server:
  # ln -s ../lists /var/www/htdocs/lists
(make sure you use a relative symlink since Apache is chrooted)

Basic configuration of PHPlist is done by editing the file
${INSTDIR}/config/config.php.

Enable the MySQL and IMAP extensions of PHP5 and create a database for phplist
named phplistdb with username/password phplist/phplist and access the admin
interface of PHPlist at

http://localhost/lists/admin/

Make sure PHP5 can connect to the MySQL server through a local socket.