]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/install.mdwn
rather a lot of changes to make hyperestraier search be a plugin, allowing
[git.ikiwiki.info.git] / doc / install.mdwn
1 The easiest way to install ikiwiki is using the Debian package.
3 Ikiwiki requires [[MarkDown]] be installed, and also uses the following
4 perl modules: `CGI::Session` `CGI::FormBuilder` (version 3.02.02 or
5 newer) `HTML::Template` `Mail::SendMail` `Time::Duration` `Date::Parse`
6 (libtimedate-perl), `HTML::Scrubber`
8 If you want to install from the tarball, you should make sure that the required perl modules are installed, then run:
10         perl Makefile.PL
11         make
12         make install
14 See [[download]] for where to get it.