== Quick installation == 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 }}} * 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 }}} The last command is necessary to let the web server write in the directory. Debian-based distributions use ##www-data## instead of ##apache##. OpenSUSE uses ##www##. * reload or restart the web server See also [[geeki/upgrade]] for a simplified procedure for existing installations.