From: bernie Date: Mon, 27 Jul 2009 14:30:19 +0000 (+0200) Subject: Edit page GeekiGeeki X-Git-Url: https://codewiz.org/gitweb?p=wiki.git;a=commitdiff_plain;h=9aff9699b28465ec5b148d8f1f88ec5ac870358d Edit page GeekiGeeki --- diff --git a/GeekiGeeki b/GeekiGeeki index b80fdaa..9676cb2 100644 --- a/GeekiGeeki +++ b/GeekiGeeki @@ -78,35 +78,7 @@ Browse it online with GitWeb: http://www.codewiz.org/wikigit/geekigeeki.git == 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 ==