Edit page GeekiGeeki
authorbernie <bernie@141.154.44.196>
Wed, 10 Oct 2007 10:57:49 +0000 (12:57 +0200)
committerPiki Plus <webmaster@codewiz.org>
Wed, 10 Oct 2007 10:57:49 +0000 (12:57 +0200)
GeekiGeeki

index 8790fd89edeb83727b1e4b54154316cb8ff651cf..4a24304e36c74eb9df5d140695117d944ac8f855 100644 (file)
@@ -37,9 +37,12 @@ The easiest way is:
  * clone the git repository anywhere you like
  * edit **wiki_apache.conf** to adapt it to your system, and move or link it to your Apache configuration directory.
  * customize the wiki through geekigeeki.conf.py
  * clone the git repository anywhere you like
  * edit **wiki_apache.conf** to adapt it to your system, and move or link it to your Apache configuration directory.
  * customize the wiki through geekigeeki.conf.py
- * Create a wiki repository
+ * Create a git repository for your wiki:
  {{{
  {{{
- git-init wiki.git
+ mkdir data
+ cd data
+ git-init --shared=group
+ chgrp -R apache .
  }}}
  * reload Apache
 
  }}}
  * reload Apache