From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24649 invoked by alias); 11 Dec 2007 23:17:30 -0000 Received: (qmail 24630 invoked by uid 22791); 11 Dec 2007 23:17:29 -0000 X-Spam-Check-By: sourceware.org Received: from virtual.bogons.net (HELO virtual.bogons.net) (193.178.223.136) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 11 Dec 2007 23:17:21 +0000 Received: from jifvik.dyndns.org (jifvik.dyndns.org [85.158.45.40]) by virtual.bogons.net (8.10.2+Sun/8.11.2) with ESMTP id lBBNGan16112; Tue, 11 Dec 2007 23:16:36 GMT Received: from [172.31.1.2] (unknown [172.31.1.2]) by jifvik.dyndns.org (Postfix) with ESMTP id C46233FFF; Tue, 11 Dec 2007 23:16:35 +0000 (GMT) Message-ID: <475F1A53.4070402@jifvik.org> Date: Tue, 11 Dec 2007 23:17:00 -0000 From: Jonathan Larmour User-Agent: Mozilla Thunderbird 1.0.8-1.1.fc3.4.legacy (X11/20060515) MIME-Version: 1.0 To: Christopher Faylor Cc: overseers@sourceware.org, Lon Hohberger Subject: Re: [lhh: Wiki for the Linux-cluster project] References: <20071211195856.GG4413@ednor.casa.cgf.cx> In-Reply-To: <20071211195856.GG4413@ednor.casa.cgf.cx> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact overseers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: , Sender: overseers-owner@sourceware.org X-SW-Source: 2007-q4/txt/msg00081.txt.bz2 Christopher Faylor wrote: > Hi Lon, > I've cc'ed this to the overseers mailing list where the people who > maintain the wiki will hopefully be able to answer this question. Here's what I did to make a wiki on sourceware, using the existing moin moin wiki. I'm using root's bash history as a guide to remind me how I did it :-). Hopefully this recipe will make someone's life easier, assuming I've remembered everything. I did mine based on Daniel B's earlier mail, but a few things had changed since then so this should work better: PROJECTNAME=mywiki mkdir /sourceware/projects/$PROJECTNAME-home/wikidata cp -a /usr/share/moin/data/ \ /sourceware/projects/$PROJECTNAME-home/wikidata/ cd /wiki ln -s /sourceware/projects/$PROJECTNAME-home/wikidata $PROJECTNAME cd ecos chown -R apache.apache ecos/. chmod o-rx ecos/data/ cp systemtap.py $PROJECTNAME.py [ or instead of systemtap, any other default-ish looking .py file ] [ Now edit $PROJECTNAME.py and configure your wiki appropriately - at a minimum just find every ref to systemtap and change to your project. You also need to change 'superuser' and 'acl_rights_before'. There are many more things than that which _can_ be set though ] [ edit farmconfig.py and add your wiki into the 'wikis' array] cd /etc/httpd/conf co -l httpd.conf [ edit httpd.conf. For example for the ecos wiki I added: ScriptAlias /wiki "/wiki/moin.fcg" in the ecos.sourceware.org virtual host. For other wikis, you probably need to edit the sourceware.org virtual host, adding something like: ScriptAlias /PROJECTNAME/wiki "/wiki/moin.fcg" near the end like the others. ] ci -u httpd.conf service httpd restart Now what I don't know anything about is how you could bring stuff on the old wiki over, assuming it's even possible. Jifl -- ------["The best things in life aren't things."]------ Opinions==mine