Edit page TwoHundredDollarLaptop
[wiki.git] / GeekiGeeki
index 8790fd89edeb83727b1e4b54154316cb8ff651cf..ca7bcbfe3d556e669dfbfd87ef87c27291b8408b 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
- * 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
 
@@ -54,7 +57,7 @@ git-pull
 to switch to a different version of GeekiGeeki:
 
 {{{
-git-checkout <tag>
+git-checkout VERSION
 }}}
 
 ==== Contributing ====