X-Git-Url: https://codewiz.org/gitweb?p=wiki.git;a=blobdiff_plain;f=GeekiGeeki;h=d9999252b2190fb8a16d45a246321e4732a9fe90;hp=b80fdaa3235ddad3c3ead5cc7c58414596fa3857;hb=5bed711c299cf43a938e0fab60f6ac81d8040d89;hpb=9648fbb5903cce36dac7902a2b06a27a9f250b6a diff --git a/GeekiGeeki b/GeekiGeeki index b80fdaa..d999925 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 [[Geeki/Install]]. == Contributing ==