Edit page geeki/install
[wiki.git] / geeki / install
index 152ec384a0b336d0ee4d2434acb511509b5481a2..65f8ea61d1669efb60cd6b40f0ec8b2e370e58e2 100644 (file)
@@ -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
 }}}