diff options
author | dholland <dholland> | 2011-10-07 03:52:46 +0000 |
---|---|---|
committer | dholland <dholland> | 2011-10-07 03:52:46 +0000 |
commit | fad7d718212c326237c45a1d38266030392aac86 (patch) | |
tree | 685aa7eaf0e7f0bff4bd374b87685a0220af1255 /www/phraseanet | |
parent | a583243b566bc62a4d219fc0702a2be552b67576 (diff) | |
download | pkgsrc-fad7d718212c326237c45a1d38266030392aac86.tar.gz |
This appeared only in the subdir copy of the package and looks like it's
probably wanted, so let's keep it.
Diffstat (limited to 'www/phraseanet')
-rw-r--r-- | www/phraseanet/MESSAGE | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/www/phraseanet/MESSAGE b/www/phraseanet/MESSAGE new file mode 100644 index 00000000000..04b680fd927 --- /dev/null +++ b/www/phraseanet/MESSAGE @@ -0,0 +1,32 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1 2011/10/07 03:52:46 dholland Exp $ + +You will need to make Phraseanet accessible through your HTTP server. +If you are running Apache then you may add the following lines to httpd.conf: + + Include ${PKG_SYSCONFDIR}/phrasea.conf + +You will also need to enable the following modules in ${PKG_SYSCONFDIR}/php.ini + extension=apc.so + extension=mbstring.so + extension=gettext.so + extension=phrasea2.so + extension=mbstring.so + extension=gettext.so + extension=dom.so + extension=exif.so + extension=fileinfo.so + extension=ftp.so + extension=curl.so + extension=gd.so + extension=json.so + extension=iconv.so + extension=mysql.so + extension=phrasea2.so + extension=sockets.so + extension=xsl.so + extension=zip.so + extension=zlib.so + extension=memcache.so + +=========================================================================== |