X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=geeki%2Finstall;h=a7d897b1b2879caace08a31d13206391fa4dedb3;hb=70bb61dcc02b756cbdb46bf41194917baa2d4e2b;hp=152ec384a0b336d0ee4d2434acb511509b5481a2;hpb=2b8007d34d1edf76557edc5a3fd70bdddc399fb4;p=wiki.git diff --git a/geeki/install b/geeki/install index 152ec38..a7d897b 100644 --- a/geeki/install +++ b/geeki/install @@ -6,13 +6,13 @@ The easiest installation procedure is: {{{ 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## * populate an initial git repository for your wiki: {{{ + cd wiki git clone --shared git://codewiz.org/~bernie/geekigeeki_data.git data chgrp -R apache data }}} @@ -26,6 +26,9 @@ The easiest installation procedure is: If you cloned the repository as suggested, updating and downgrading is easy: {{{ +cd wiki +git pull +cd data git pull }}} @@ -35,4 +38,4 @@ 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. +where ##{tree-ish}## could be a tag, a branch name, or a specific commit.