aboutsummaryrefslogtreecommitdiff
path: root/doc/install.mdwn
blob: e8c94361cfc8792489a38a4b632e9d24aed72f53 (plain)
1
2
3
4
5
6
7
8
9
The easiest way to install ikiwiki is using the Debian package.

If you want to install from the tarball, you should make sure that the required perl modules are installed, then run:

        perl Makefile.PL
        make
        make install

See [[download]] for where to get it.