move all package indo to download page
[ikiwiki] / 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 ### apt
14
15 If using Debian (since 4.0), or Ubuntu (since 6.10):
16 [[template id=note text="""
17 Note that Debian 4.0 and especially Ubuntu 6.10 contain older versions of
18 ikiwiki, there have been lots of enhancements and bug fixes since those
19 versions.
20 """]]
21
22         apt-get install ikiwiki
23
24 Or download the deb from <http://packages.debian.org/unstable/web/ikiwiki>.
25
26 There is a backport of a recent version of ikiwiki for Debian 4.0 at
27 <http://packages.debian.org/etch-backports/ikiwiki>.
28
29 There is also an unofficial backport of ikiwiki for Ubuntu Gutsy
30 and Ubuntu Hardy, provided by Paweł Tęcza,
31 at [http://gpa.net.icm.edu.pl/ubuntu/](http://gpa.net.icm.edu.pl/ubuntu/index-en.html).
32
33 ### other
34
35 FreeBSD has ikiwiki in its
36 [ports collection](http://www.freshports.org/www/ikiwiki/).
37
38 Gentoo has an [ebuild](http://bugs.gentoo.org/show_bug.cgi?id=144453) in its bug database. 
39
40 IkiWiki can be installed [from macports](http://www.macports.org/ports.php?by=name&substr=ikiwiki)
41 by running `sudo port install ikiwiki`.
42
43 ## revision control
44
45 Ikiwiki is developed in a [[git_repository|git]].