Edit page GeekiGeeki
[wiki.git] / GeekiGeeki
index 8790fd89edeb83727b1e4b54154316cb8ff651cf..3fbee0e5894c02339a51d0291cd16a091945a8aa 100644 (file)
@@ -14,8 +14,8 @@ Check the EditingTips to get an idea the supported wiki syntax.
 You can obtain the latest source snapshot through git:
 
 {{{
-git-clone http://www.codewiz.org/~bernie/git/geekigeeki.git/
-git-clone git://www.codewiz.org/~bernie/geekigeeki.git/
+git-clone http://src.codewiz.org/~bernie/git/geekigeeki.git/
+git-clone git://src.codewiz.org/~bernie/geekigeeki.git/
 }}}
 
 ===== Revision history =====
@@ -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 ====