1. Install HAppS 0.8.8, QuickCheck, and pandoc (all available from http://hackage.haskell.org). HAppS has quite a few dependencies, which will need to be installed too. 2. Install lcs (darcs get http://urchin.earth.li/darcs/igloo/lcs). 3. Install pandocwiki. You can use make make install # optional, as root or the standard Cabal method: runhaskell Setup.hs configure runhaskell Setup.hs build runhaskell Setup.hs install # optional, as root 4. Run pandocwiki: ./pandocwiki will start the wiki on port 8000. You can specify a port using the command-line option `--http-port=port`. Note that the executable will be in `dist/build/pandocwiki`. If `make` is used to build `pandocwiki`, a symbolic link to the executable will be created in the base directory.