X-Git-Url: https://codewiz.org/gitweb?p=wiki.git;a=blobdiff_plain;f=geeki%2Finstall;h=65f8ea61d1669efb60cd6b40f0ec8b2e370e58e2;hp=152ec384a0b336d0ee4d2434acb511509b5481a2;hb=417db4e37faf7c573c5dd2ac4a799a32c6b43207;hpb=2b8007d34d1edf76557edc5a3fd70bdddc399fb4 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 }}}