From: bernie Date: Mon, 27 Jul 2009 14:40:10 +0000 (+0200) Subject: Edit page Geeki/Install X-Git-Url: https://codewiz.org/gitweb?p=wiki.git;a=commitdiff_plain;h=17cf08693603aeecca567944799b9b9c2120c90f Edit page Geeki/Install --- diff --git a/Geeki/Install b/Geeki/Install new file mode 100644 index 0000000..7d8c9e2 --- /dev/null +++ b/Geeki/Install @@ -0,0 +1,30 @@ +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. +