X-Git-Url: https://codewiz.org/gitweb?p=wiki.git;a=blobdiff_plain;f=GeekiGeeki;h=9676cb28037f3882b0c9403536dbbad164ee4bb7;hp=a07dfadf88d7b03f62b85ac690ac90a22a2e0b88;hb=9aff9699b28465ec5b148d8f1f88ec5ac870358d;hpb=0fd0a761b2537721b5f4cb58779fcfdd423ad444 diff --git a/GeekiGeeki b/GeekiGeeki index a07dfad..9676cb2 100644 --- a/GeekiGeeki +++ b/GeekiGeeki @@ -50,9 +50,9 @@ Naa! Geeki Geeki is really distributed under the [[http://www.fsf.org/licensing/ ==== Releases ==== -|| 01-May-2009 || **v4.0** || http://www.codewiz.org/wikigit/geekigeeki.git?a=snapshot;h=v4.0;sf=tbz2 || -|| 11-Dec-2008 || **v3.0** || http://www.codewiz.org/wikigit/geekigeeki.git?a=snapshot;h=v3.0;sf=tbz2 || -|| 23-Sep-2008 || **v2.0** || http://www.codewiz.org/wikigit/geekigeeki.git?a=snapshot;h=v2.0;sf=tbz2 || +|| 01-May-2009 || [[http://www.codewiz.org/wikigit/geekigeeki.git?a=snapshot;h=v4.0|geekigeeki-4.0.tar.gz]] || +|| 11-Dec-2008 || [[http://www.codewiz.org/wikigit/geekigeeki.git?a=snapshot;h=v3.0|geekigeeki-3.0.tar.gz]] || +|| 23-Sep-2008 || [[http://www.codewiz.org/wikigit/geekigeeki.git?a=snapshot;h=v2.0|geekigeeki-2.0.tar.gz]] || ==== Source ==== @@ -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 ==