1 == Quick installation ==
3 The easiest installation procedure is:
5 * clone the git repository of GeekiGeeki anywhere you like:
8 git clone git://codewiz.org/~bernie/geekigeeki.git wiki
11 * edit ##wiki_apache.conf## to adapt it to your system, then move or symlink it to your Apache configuration directory
12 * customize your wiki instance by editing ##geekigeeki.conf.py##
13 * populate an initial git repository for your wiki:
16 git clone --shared git://codewiz.org/~bernie/geekigeeki_data.git data
19 The last command is necessary to let the web server write in the directory.
20 Debian-based distributions use ##www-data## instead of ##apache##. OpenSUSE
22 * reload or restart the web server
25 See also [[geeki/upgrade]] for a simplified procedure for existing installations.