Questions tagged [moinmoin]

4 questions
3
votes
1 answer

Help pages don't exist on new MoinMoin installation?

I installed MoinMoin on Ubuntu 11.04 using the instructions in http://moinmo.in/HowTo/UbuntuQuick, including the (first two) bullets for Ubuntu 10.10 in the Suggestions section at the bottom. Apache and MoinMoin are running on a machine at my…
Daryl Spitzer
  • 2,946
  • 9
  • 33
  • 40
3
votes
1 answer

Moin, uWSGI & nginx - setting up at /wiki

I am trying to set up a MoinMoin Wiki install on our nginx/uWSGI server using a sub-directory. We already have a Django app running on :80. Initially I setup the Moin app with it's own server block running on :8000. This worked perfectly, however,…
n0wl
  • 31
  • 1
  • 2
2
votes
1 answer

How to install moinmoin-2 on dreamhost

How to install moinmoin-2 on dreamhost? I'm putting this here, so I can find it in the future. Maybe it is useful to other people too. I found it challenging because: it needs python2.7, and dreamhost has 2.4, 2.5, 2.6 it needs Flask, which I've…
Hugh Perkins
  • 1,065
  • 7
  • 9
1
vote
3 answers

How do I add a URL prefix (/wiki) to MoinMoin running on uWSGI and nginx?

I just set up uWSGI and nginx (with the uWSGI module) and would like to get MoinMoin set up. I'm running uWSGI with MoinMoin with the command below: /usr/bin/uwsgi -s moin.sock --wsgi-file wiki/server/moin.wsgi -M -p 4 In nginx, I have it set up…
Corey Farwell
  • 135
  • 1
  • 9