1. First, if you're using HTTP authentication, you can autocreate logins by modifying mywiki.org:
from farmconfig import FarmConfig # now we subclass that config (inherit from it) and change what's different: class Config(FarmConfig): from MoinMoin.auth import GivenAuth auth = [GivenAuth(autocreate=True)]
2. Next, you'll need to temporarily add yourself as the superuser:
# This is checked by some rather critical and potentially harmful actions,
# like despam or PackageInstaller action:
# superuser = [u"myuserid", ]
3. Add the LanguageSetup page, and click on the "Install system pages".
From here there is a link to install packages that weren't included with the default install of MoinMoin.
Thanks to http://www.johnson.homelinux.net/mywiki/F14%20MoinMoin for the head's up.
No comments:
Post a Comment