ports/www/xoops/files/pkg-message.in
Wen Heping ba832bf2ed - Update to 2.5.10
- Update pkg-message
- Take maintainership
2020-04-25 23:46:28 +00:00

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
}
]