]> sipb.mit.edu Git - ikiwiki.git/blob - doc/download.mdwn
web commit by solofo: poll vote (Accept both)
[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 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 Gutsy, provided by
28 Paweł Tęcza, at [http://gpa.net.icm.edu.pl/ubuntu/](http://gpa.net.icm.edu.pl/ubuntu/index-en.html).
29
30 Also. FreeBSD has ikiwiki in its
31 [ports collection](http://www.freshports.org/www/ikiwiki/).
32
33 ## revision control
34
35 ### git
36
37 Ikiwiki is developed in a git repository and can be checked out by
38 either of these commands:
39
40         git clone git://git.ikiwiki.info/
41         git clone http://git.ikiwiki.info/ikiwiki.git/
42
43 The gitweb is [here](http://git.ikiwiki.info/?p=ikiwiki).
44
45 Commits to this git repository are fed into [CIA](http://cia.vc), and can
46 be browsed, subscribed to etc on its
47 [project page](http://cia.vc/stats/project/ikiwiki).
48
49 ### subversion
50
51 Ikiwiki's subversion repository is no longer available, use git instead.