]> sipb.mit.edu Git - ikiwiki.git/blob - doc/download.mdwn
add newpagefile function
[ikiwiki.git] / doc / download.mdwn
1 Here's how to get ikiwiki. See [[setup]] for how to use it, and be sure to
2 add your wiki to [[IkiwikiUsers]] if you use ikiwiki.
3
4 ## tarball
5
6 The best place to download a tarball of the latest release is from 
7 <http://packages.debian.org/unstable/source/ikiwiki>.
8
9 Installation steps and requirements are listed on the [[install]] page.
10
11 ## packages
12
13 To install with apt, if using Debian (since 4.0), or Ubuntu (since 6.10):
14 [[!template id=note text="""
15 Note that Debian 4.0 and especially Ubuntu 6.10 contain older versions of
16 ikiwiki, there have been lots of enhancements and bug fixes since those
17 versions.
18 """]]
19
20         apt-get install ikiwiki
21
22 Or download the deb from <http://packages.debian.org/unstable/web/ikiwiki>.
23
24 There is a backport of a recent version of ikiwiki for Debian 4.0 at
25 <http://packages.debian.org/etch-backports/ikiwiki>.
26
27 There is also an unofficial backport of ikiwiki for Ubuntu Hardy, provided by
28 [[Paweł_Tęcza|users/ptecza]],
29 at [http://gpa.net.icm.edu.pl/ubuntu/](http://gpa.net.icm.edu.pl/ubuntu/index-en.html).
30
31 NetBSD and many other platforms: pkgsrc has an [ikiwiki package](ftp://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/www/ikiwiki/README.html).
32
33 FreeBSD has ikiwiki in its
34 [ports collection](http://www.freshports.org/www/ikiwiki/).
35
36 Gentoo has an [ebuild](http://bugs.gentoo.org/show_bug.cgi?id=144453) in its bug database. 
37
38 IkiWiki can be installed [from macports](http://www.macports.org/ports.php?by=name&substr=ikiwiki)
39 by running `sudo port install ikiwiki`.
40
41 ## revision control
42
43 Ikiwiki is developed in a [[git_repository|git]].