Differences between revisions 1 and 2
Revision 1 as of 2009-10-14 02:41:34
Size: 1174
Editor: fruity
Comment:
Revision 2 as of 2009-10-14 02:42:01
Size: 1170
Editor: fruity
Comment:
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
/wherever/wiki/ /home/wiki/

MoinMoin farming mode with apache2 and mod_wsgi

Why? Because MoinMoin is a widely used wiki, dyne.org uses MoinMoin and I thought to keep a page with a guide to install the latest moinmoin version at the time I'm writing 2024-04-23

Basic idea

The basic idea is that in farming mode each wiki has it's own instance. For its own instance we mean data, configuration files, stylesheets and plugins Search on the online documentation of moinmoin I found http://moinmo.in/FarmQuestions

/home/wiki/
    bin/
        moin.wsgi
    config/
        farmconfig.py   # contain the basic configurations common to all wikis
        mywiki.py       # site1
        rcyb.py         # site2
        logging/
            logfile.conf
    plugin/          # systemwide plugins
    underlay/        # read-only doc
        pages/   #<--- need to be rwx for owner and group www-data
    wikis/
        mywiki/
            data/    #<--- need to be rwx for owner and group www-data and so for
                plugin -> ../../../plugin
        rcyb/
            data/

Whould be to have http://wherewerehome.nn/wiki/$wikiname/

MoinMoinFarmingApache2WSGI (last edited 2010-07-20 17:47:25 by anonymous)