From: bernie Date: Mon, 3 Aug 2009 12:46:37 +0000 (+0200) Subject: Edit page geeki/install X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=417db4e37faf7c573c5dd2ac4a799a32c6b43207;p=wiki.git Edit page geeki/install --- diff --git a/geeki/install b/geeki/install index 152ec38..65f8ea6 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 }}}