* Fix the htmltidy plugin, which wasn't working due my breaking it when
[ikiwiki] / doc / install.mdwn
1 The easiest way to install ikiwiki is using the Debian package.
2
3 Ikiwiki requires [[MarkDown]] and the `HTML::Parser` perl module be
4 installed, and also uses the following perl modules if available: 
5 `CGI::Session` `CGI::FormBuilder` (version 3.02.02 or newer)
6 `HTML::Template` `Mail::SendMail` `Time::Duration` `Date::Parse`,
7 `HTML::Scrubber`, `RPC::XML`, `XML::Simple`, `XML::Feed`
8
9 If you want to install from the tarball, you should make sure that the
10 required perl modules are installed, then run:
11
12         perl Makefile.PL
13         make
14         make install
15
16 See [[download]] for where to get it.