public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
From: Jonathan Larmour <jifl@jifvik.org>
To: overseers@sourceware.org
Cc: Lon Hohberger <lhh@redhat.com>
Subject: Re: [lhh: Wiki for the Linux-cluster project]
Date: Tue, 11 Dec 2007 23:21:00 -0000	[thread overview]
Message-ID: <475F1B6B.7020208@jifvik.org> (raw)
In-Reply-To: <475F1A53.4070402@jifvik.org>

Jonathan Larmour wrote:
> 
> 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 

Ahem, these lines should of course be:

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
chown -R apache.apache $PROJECTNAME/.
chmod o-rx $PROJECTNAME/data/
cp systemtap.py $PROJECTNAME.py

Jifl
-- 
------["The best things in life aren't things."]------      Opinions==mine

  reply	other threads:[~2007-12-11 23:21 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-11 19:59 Christopher Faylor
2007-12-11 23:17 ` Jonathan Larmour
2007-12-11 23:21   ` Jonathan Larmour [this message]
2007-12-12 15:41   ` Lon Hohberger
2007-12-12 19:49     ` Jonathan Larmour
2007-12-12 20:17       ` Lon Hohberger
2007-12-12 22:03         ` Jonathan Larmour
2007-12-12 22:29           ` Lon Hohberger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=475F1B6B.7020208@jifvik.org \
    --to=jifl@jifvik.org \
    --cc=lhh@redhat.com \
    --cc=overseers@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).