]> sipb.mit.edu Git - ikiwiki.git/blob - doc/install.mdwn
update
[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 if available: `CGI::Session` `CGI::FormBuilder` (version
5 3.02.02 or newer) `HTML::Template` `Mail::SendMail` `Time::Duration`
6 `Date::Parse` (libtimedate-perl), `HTML::Scrubber`, `RPC::XML`,
7 `XML::Simple`
8
9 If you want to install from the tarball, you should make sure that the required perl modules are installed, then run:
10
11         perl Makefile.PL
12         make
13         make install
14
15 See [[download]] for where to get it.