]> sipb.mit.edu Git - ikiwiki.git/blob - doc/install.mdwn
web commit by joey
[ikiwiki.git] / doc / install.mdwn
1 The easiest way to install ikiwiki is using the Debian package.
2
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`
7
8 If you want to install from the tarball, you should make sure that the required perl modules are installed, then run:
9
10         perl Makefile.PL
11         make
12         make install
13
14 See [[download]] for where to get it.