{{{
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
}}}
If you cloned the repository as suggested, updating and downgrading is easy:
{{{
+cd wiki
+git pull
+cd data
git pull
}}}