August'24: Kamaelia is in maintenance mode and will recieve periodic updates, about twice a year, primarily targeted around Python 3 and ecosystem compatibility. PRs are always welcome. Latest Release: 1.14.32 (2024/3/24)
Installation of MoinMoin can be a complex subject and is in a large
degree outside the scope of this wiki. This page exists to document
some of the Kamaelia Publish specific items of installing MoinMoin. For
more information about installing MoinMoin, please visit their
HelpOnInstalling page: http://www.moinmo.in/HelpOnInstalling
To begin with, you must have a moin WSGI script. MoinMoin includes a
file called moin.wsgi in its server directory. This must be in a
location where it may be imported in python. That means that it may be
built into your executable file (usually under plugins/WsgiApps) or
located elsewhere on your python path.
Please note that you may not build the main MoinMoin
files into your executable. It is possible to do so in theory, but
isn't a good idea in practice because it also includes some static files
that must be accessed at run time.
You must also place Moin's static files somewhere where the static file
handler can get at them. I usually copy Moin's included htdocs into my
static directory as moin-htdocs.