mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 18:50:33 -04:00
25 lines
612 B
Text
25 lines
612 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
1) Add the following to your Apache configuration, and
|
|
restart the server:
|
|
|
|
Alias /xoops %%WWWDIR%%/
|
|
AcceptPathInfo On
|
|
<Directory %%WWWDIR%%/>
|
|
AllowOverride None
|
|
Require all granted
|
|
</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
|
|
EOM
|
|
}
|
|
]
|