2009-10-08

moinmoin

There always comes times when a wiki is good to have.
This is how to move the wiki instance from one host to another.

apt-get install libapache2-mod-python python-moinmoin
a2enmod mod_python

restart apache

extract the wiki to /opt
chown -R www-data:www-data

add to default vhost
Alias /moin_static/ /opt/share/moin/htdocs/

Order deny,allow
Allow from all

ScriptAlias /wiki /opt/wiki/cgi-bin/moin.cgi

Order deny,allow
Allow from all


restart apache

good to go.

No comments:

Post a Comment