Installing gitit
For debian/Ubuntu users check Gitit on Ubuntu
Install the Haskell Platform for your operating system. (You can skip this if you already have GHC >= version 6.10 and
cabal-installon your system.)Install git if you don’t already have it.
Install gitit:
cabal update cabal install gititRun gitit:
mkdir mywiki cd mywiki gititEnjoy the fruits of your labor: browse to
http://localhost:5001/.
Notes:
Gitit has not been tested on Windows and may only run on unix-based systems.
If you want to enable syntax highlighting of delimited code blocks, you should first install pandoc with the
highlightingflag:cabal install --reinstall -fhighlighting pandoc cabal install --reinstall gititIf you don’t plan to use plugins and want gitit to have a smaller memory footprint, disable the
pluginsflag:cabal install --reinstall -f-plugins gitit
