opnsense-ports/www/xoops/files/pkg-message.in
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

27 lines
794 B
Text

POST-INSTALL CONFIGURATION FOR XOOPS
=====================================
1) Add the following to your Apache configuration, and
restart the server:
### Add the AcceptPathInfo directive only for Apache 2.0.30 or later.
Alias /xoops %%WWWDIR%%/
AcceptPathInfo On
<Directory %%WWWDIR%%>
AllowOverride None
Order Allow,Deny
Allow from all
</Directory>
2) Visit your XOOPS site with a browser (i.e.,
http://your.server.com/xoops/htdocs/), and you should
be taken to the install script, which will lead
you through creating a config file and then
setting up XOOPS.
For more information, see the INSTALL DOCUMENTATION:
http://www.xoops.org/modules/mediawiki/index.php/Installation_Guide
========================================================