Management Systems on the planet. It is used all over the world for everything from simple websites to complex corporate applications. Joomla! is easy to install, simple to manage, and reliable.
20 lines
667 B
Text
20 lines
667 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1.1.1 2005/12/09 03:56:50 marmfield Exp $
|
|
|
|
You will need to make ${PKGNAME_NOREV} accessible through your HTTP server.
|
|
If you are running Apache and ap-php, then you can add the following line
|
|
to httpd.conf:
|
|
|
|
Include ${JOOMLA_CONFFILE}
|
|
|
|
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 this in php.ini:
|
|
|
|
extension=zlib.so
|
|
extension=mysql.so
|
|
|
|
===========================================================================
|