How to set up a chroot or jailed wiki (with twisted or similar). One could have a directory that one can copy and every copy can contain a chrooted wiki server. A chroot environment is much more secure. With such a setup one could have a virtualised MoinMoin which you should be able to copy to different servers. Maybe other kinds of virtualisations are possible.
What needs to be included into a chroot environment
maybe one can generalise this more?
Fedora Core 6
- full moin release like 1.5.5a
- python
- python-twisted
- ld-linux.so.2 libdl.so.2 libpthread.so.0 libutil.so.1 libc.so.6 libm.so.6 libtermcap.so.2
- /bin/bash or another shell
- /usr/bin/env
Notes
Saw this solution: HelpOnInstalling/TwistedWeb2 (testing now)