From 9aff9699b28465ec5b148d8f1f88ec5ac870358d Mon Sep 17 00:00:00 2001 From: bernie Date: Mon, 27 Jul 2009 16:30:19 +0200 Subject: [PATCH] Edit page GeekiGeeki --- GeekiGeeki | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) 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 == -- 2.25.1