X-Git-Url: https://codewiz.org/gitweb?p=wiki.git;a=blobdiff_plain;f=Geeki%2FInstall;h=115f14d51a20bee58cc693ec8d1abb891f745e20;hp=7d8c9e2e69db6d4d72737ff976279f095b805ba3;hb=9e8c12e37801d23077d444b90cdda302fe3b8e62;hpb=17cf08693603aeecca567944799b9b9c2120c90f diff --git a/Geeki/Install b/Geeki/Install index 7d8c9e2..115f14d 100644 --- a/Geeki/Install +++ b/Geeki/Install @@ -1,8 +1,16 @@ -The easiest way is: +== Easy installation == - * 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 +The easiest installation procedure is: + + * clone the git repository of GeekiGeeki anywhere you like: + {{{ + cd public_html + git clone git://codewiz.org/~bernie/geekigeeki.git wiki + cd wiki + }}} + + * edit ##wiki_apache.conf## to adapt it to your system, then move or symlink it to your Apache configuration directory + * customize your wiki instance by editing ##geekigeeki.conf.py## * create a git repository for your wiki: {{{ mkdir data @@ -10,6 +18,8 @@ The easiest way is: git init --shared=group chgrp -R apache . }}} + The last command is necessary to let apache write in the directory. Debian-based + distributions use ##www-data## instead of ##apache##. * reload Apache == Update procedure == @@ -27,4 +37,3 @@ git checkout {tree-ish} }}} where '##{tree-ish}## could be a tag, a branch name, or a specific commit. -