]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/install.mdwn
* Improve markdown loading. First, try to load it as a properl perl module,
[git.ikiwiki.info.git] / doc / install.mdwn
1 The easiest way to install ikiwiki is using the Debian package.
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`
9 If you're installing MarkDown by hand, note that it should be installed as
10 `Markdown.pm` somewhere in perl's module search path, or alternately as
11 `/usr/bin/markdown`. Ikiwiki will find it under either name.
13 If you want to install from the tarball, you should make sure that the
14 required perl modules are installed, then run:
16         perl Makefile.PL
17         make
18         make install
20 See [[download]] for where to get it.