Moin Update

http://moinmo.in/MoinMoinQuestions/Installing#head-4ec490413fb10319dba1cf9f511fc63c2ac69569

Here are the steps that were required.  Note my wiki is called
profitwiki.

su www-data

export PATH=/usr/share/python-support/python-moinmoin/MoinMoin/script:
$PATH

as www-data user create the file /var/lib/profitwiki/data/meta
with the following line in it:

data_format_revision: 1050800

moin.py --config-dir=/etc/moin --wiki-url=http://localhost/profitwiki/
migration data

mv /var/lib/profitwiki/data/rename1.txt /var/lib/profitwiki/data/rename2.txt

moin.py --config-dir=/etc/moin --wiki-url=http://localhost/profitwiki/
migration data


as root the following:

in /etc/apache2/conf.d/wiki

  change   PythonHandler MoinMoin.request::RequestModPy.run
   to          PythonHandler
MoinMoin.request.request_modpython::Request.run


  change alias /wiki /usr/share/moin/htdocs
   to        alias /moin_static163 /usr/share/moin/htdocs


/etc.init.d/apache2 restart

Creative Commons Lizenzvertrag
This page is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.