1

3. File System Layout

Let

$moin/installed is set in DomTool's Config.worldReadable list so that all members can serve moin static content.

4. Installation of a new version

Update to the latest stable tag. Try not to pull interim releases, unless needed.

Install:

python setup.py install --force --record=install_$version.log --prefix=$targetdir --install-data=$targetdir

Update the moinMoin macro to use the latest htdocs prefix (moin_static$version without the dots).

4.1. Local Changes

Ensure that $targetdir/bin/moin and .../share/moin/server/moin.cgi include the python library paths for the afs moin. Usually something like:

import sys
sys.path.insert(0, '$targetdir/lib/python2.6/site-packages')

Update moinmoin-install to copy files from the new version if needed.


CategorySystemAdministration