Edit page GeekiGeeki
[wiki.git] / geeki / install
index 152ec384a0b336d0ee4d2434acb511509b5481a2..99d523b601b47d45dae04ff9850a0a62650a1278 100644 (file)
@@ -1,4 +1,4 @@
-== Easy installation ==
+== Quick installation ==
 
 The easiest installation procedure is:
 
@@ -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
  }}}
@@ -21,18 +21,5 @@ The easiest installation procedure is:
  uses ##www##.
  * reload or restart the web server
 
-== Update procedure ==
 
-If you cloned the repository as suggested, updating and downgrading is easy:
-
-{{{
-git pull
-}}}
-
-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.
+See also [[geeki/upgrade]] for a simplified procedure for existing installations.