Never been to CodeSnippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)

Install ikiwiki in an arbitrary directory (See related posts)

ikiwiki doesn't install using PREFIX= like normal programs (it still wants to put stuff in /etc/ikiwiki).

perl Makefile.PL DESTDIR=/path/to/install/dir PREFIX="" INSTALL_BASE="/"

You need to create an account or log in to post comments to this site.