JohnWhitlock

Email: <john DASH whit SPAMFREE lock AT ieee DOT org>

I'm using MoinMoin on a local intranet site. We're still at the "one geek playing around" stage, so no success stories to report. I'm using the moinmoin-1.2.2 package with Gentoo, and it was a bit of a pain to get it working. Here are my steps:

cd /var/www/localhost/htdocs
mv moinmoin ../mywiki

vi /etc/apache2/conf/local.conf

ServerAdmin myemail@mydomain.com

Alias /wiki/ "/var/www/localhost/mywiki/"
Alias /moinmoin/ "/var/www/localhost/mywiki/"
ScriptAlias /mywiki "/var/www/localhost/mywiki/moin.cgi"

<Directory /var/www/localhost/mywiki/>
        Options ExecCGI
        <IfModule mod_access.c>
                Order allow,deny
                Allow from all
        </IfModule>
</Directory>

vi /etc/apache2/conf/apache2.conf
(At line 91 or so):
Include conf/local.conf

/etc/init.d/apache2 restart

vi /var/www/localhost/mywiki
url_prefix = '/wiki'

If those thoughts were more organized, I'd make a InstallingOnGentoo page. Maybe I should anyway. If I was more motivated, I'd figure out the package system and make a better moinmoin package for Gentoo.

I created a theme based on rightsidebar, but it's not ready for prime time. Neither is rightsidebar - I've had to make several changes to make it work for me

But still, it made it easier to get to my layout than a straight css modification of classic.


CategoryHomepage

MoinMoin: JohnWhitlock (last edited 2007-10-29 19:10:59 by localhost)