[Moin-user] I still can't get a MoinMoin farm to work

Chris G cl at isbd.net
Fri Jun 1 17:40:26 EDT 2007


I'm trying to set up a MoinMoin farm using the standalone (moin.py)
server and I'm having problems.

I can get a single standalone instance of MoinMoin running with no
problems at all but the moment I try a farm I just get "No wiki
configuration matching the URL found!" much of the time.


I have stopped the single standalone instance and I'm trying to set up
in a different directory.  I am running on Slackware 11 and I am
trying to set up the MoinMoin farm in /home/chris/webdev/moin.

In /home/chris/webdev/moin I have:-

    -rw-r--r-- 1 chris users 7028 2007-05-31 18:55 farmconfig.py
    -rw-rw---- 1 chris users 1580 2007-05-31 19:01 farmconfig.pyc
    drwxr-xr-x 3 chris users 4096 2007-06-01 22:05 jobs
    -rw-r--r-- 1 chris users  170 2007-05-31 19:00 jobs.py
    -rwxr-xr-x 1 chris users 3256 2007-05-31 18:50 moin.py
    drwxr-xr-x 2 chris users 4096 2007-06-01 22:05 mointest
    -rw-r--r-- 1 chris users  179 2007-05-31 19:01 mointest.py
    drwxr-x--- 3 chris users 4096 2007-05-31 18:50 underlay

Both jobs and mointest have a data directory.

In moin.py I have changed as follows:-

    sys.path.insert(0, '/home/chris/webdev/moin')


In farmconfig.py I have:-

wikis = [
    ("jobs",    r"^localhost:8000/jobs.*$"),
    ("mointest",  r"^localhost:8000/mointest.*$"),
]

So far so good.  When I go to http://localhost:8000/jobs I see that
site and when I got to http://localhost:8000/mointestt I see that one.

But that's it, nothing else works, if I click on HelpContents I get
"No wiki configuration matching the URL found!" and if I create a link
top a new page when I click on the link I have created I get "No wiki
configuration matching the URL found!".

When I click on the link I have created it's trying to go to
http://localhost:8000/CamelCase which is of course wrong and the
HelpContents link is http://localhost:8000/HelpContents.

What am I doing wrong?  I can't find anything that seems to be of much
help at http://moinmoin.wikiwikiweb.de/FarmQuestions or elsewhere.

 
-- 
Chris Green




More information about the Moin-user mailing list