welcome: please sign in

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment
Last name of the current Debian Project Leader

Edit

WebServicesAdmin / MoinMoin

1. File System Layout

Let

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

2. 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).

2.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