update, reorg, mention spec file
[ikiwiki] / doc / download.mdwn
1 Here's how to get ikiwiki in source or prepackaged form. See [[setup]] for
2 how to use it, and be sure to add your wiki to [[IkiwikiUsers]] if you use
3 ikiwiki.
4
5 ## source
6
7 Ikiwiki is developed in a [[git_repository|git]].
8
9 The best place to download a tarball of the latest release is from 
10 <http://packages.debian.org/unstable/source/ikiwiki>.
11
12 Manual installation steps and requirements are listed on the [[install]] page.
13
14 ## packages
15
16 ### Debian / Ubuntu
17
18 To install with apt:
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 5.0 at
25 <http://packages.debian.org/lenny-backports/ikiwiki>.
26
27 There is also an unofficial backport of ikiwiki for Ubuntu Jaunty, 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 ### Fedora / other RPM based systems
32
33 Fedora versions 8 and newer have RPMs of ikiwiki available.
34
35 Ikiwiki's source includes a RPM spec file, which you can use to build your
36 own RPM.
37
38 ### BSD
39
40 NetBSD and many other platforms: pkgsrc has an [ikiwiki package](ftp://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/www/ikiwiki/README.html).
41
42 FreeBSD has ikiwiki in its
43 [ports collection](http://www.freshports.org/www/ikiwiki/).
44
45 ### Others
46
47 Gentoo has an [ebuild](http://bugs.gentoo.org/show_bug.cgi?id=144453) in its bug database. 
48
49 The [openSUSE Build Service](http://software.opensuse.org/search?baseproject=ALL&p=1&q=ikiwiki) has packages for openSUSE
50
51 IkiWiki can be installed [from macports](http://www.macports.org/ports.php?by=name&substr=ikiwiki)
52 by running `sudo port install ikiwiki`.
53
54 A [PKGBUILD for Arch Linux](http://aur.archlinux.org/packages.php?ID=12284) is in the AUR.