diff options
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 + +=========================================================================== |