pkgsrc-wip/joomla/MESSAGE
Martti Kuparinen a63bbb1d65 Beautify.
2008-09-17 18:08:56 +00:00

21 lines
681 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.5 2008/09/17 18:08:56 marttikuparinen Exp $
You will need to make joomla accessible through your HTTP server.
If you are running Apache and ap-php, then you can add the following line
to httpd.conf:
Include ${PKG_SYSCONFDIR}/joomla.conf
to make joomla accessible through:
http://www.domain.com/joomla/
Your Apache server must also be configured to support PHP, and PHP
must be configured to support zlib and MySQL by including these two
lines in php.ini:
extension=zlib.so
extension=mysql.so
===========================================================================