Edit page GeekiGeeki
authorbernie <bernie@88.45.42.150>
Mon, 27 Jul 2009 14:30:19 +0000 (16:30 +0200)
committerGeekiGeeki <webmaster@codewiz.org>
Mon, 27 Jul 2009 14:30:19 +0000 (16:30 +0200)
GeekiGeeki

index b80fdaa3235ddad3c3ead5cc7c58414596fa3857..9676cb28037f3882b0c9403536dbbad164ee4bb7 100644 (file)
@@ -78,35 +78,7 @@ Browse it online with GitWeb: http://www.codewiz.org/wikigit/geekigeeki.git
 
 == Installation ==
 
 
 == Installation ==
 
-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 git repository for your wiki:
- {{{
- mkdir data
- cd data
- git init --shared=group
- chgrp -R apache .
- }}}
- * reload Apache
-
-== Update procedure ==
-
-If you cloned the repository as suggested, updating and downgrading is easy:
-
-{{{
-git pull
-}}}
-
-to switch to a different version of GeekiGeeki:
-
-{{{
-git checkout {tree-ish}
-}}}
-
-where '##{tree-ish}## could be a tag, a branch name, or a specific commit.
+See [[GeekiGeeki/Install]]
 
 == Contributing ==
 
 
 == Contributing ==