summaryrefslogtreecommitdiff
path: root/www/xoops/files/pkg-message.in
blob: 6475917765e97830dfde67644c12227dbbb55928 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[
{ 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
}
]