ce6cc2f73c
eyeballed by aja@
23 lines
824 B
Plaintext
23 lines
824 B
Plaintext
$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.
|