-The easiest way is:
+=== Easy installation ===
- * clone the git repository anywhere you like
- * edit **wiki_apache.conf** to adapt it to your system, and move or link it to your Apache configuration directory.
- * customize the wiki through geekigeeki.conf.py
+The easiest installation procedure is:
+
+ * clone the git repository of GeekiGeeki anywhere you like:
+ {{{
+ 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##
* create a git repository for your wiki:
{{{
mkdir data
git init --shared=group
chgrp -R apache .
}}}
+ The last command is necessary to let apache write in the directory. Debian-based
+ distributions use ##www-data## instead of ##apache##.
* reload Apache
== Update procedure ==
}}}
where '##{tree-ish}## could be a tag, a branch name, or a specific commit.
-