You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/www-apps/moinmoin/files/postinstall-en-1.9.4.txt

17 lines
548 B

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.