summaryrefslogtreecommitdiff
blob: 6a6baf764ead235ed9c4370eb1e6535caaf57f55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Now please read the installation manual at
/usr/share/doc/${PF}/html

MoinMoin can work with a variety of webservers. Simple Apache instructions
are given below:

1. ExecCGI needs to be enabled in your Moinmoin directory by doing:
# echo "Options ExecCGI" > ${MY_INSTALLDIR}/.htaccess
# echo "AddHandler cgi-script .cgi" >> ${MY_INSTALLDIR}/.htaccess

2. Add the following lines to your Apache configs:
ScriptAlias /mywiki "${MY_INSTALLDIR}/moin.cgi"

3. Restart Apache

4. Go to http://${VHOST_HOSTNAME}/mywiki/ and follow the instructions there.