Merge commit 'dkg/master'
[monkeysphere.git] / website / download.mdwn
1 [[meta title="Download"]]
2
3 # Downloading and Installing #
4
5 Once you've installed the packages, please see the [documentation
6 page](/doc) to read up on how to get started [as a regular
7 user](/getting-started-user) or [as a systems
8 administrator](/getting-started-admin).
9
10 ## Dependencies ##
11
12 Monkeysphere relies on:
13
14  * [OpenSSH](http://openssh.com/)
15  * [GnuPG](http://gnupg.org/)
16  * [Perl](http://www.perl.org/) (including the [Crypt::OpenSSL::RSA](http://search.cpan.org/dist/Crypt-OpenSSL-RSA/) and [Digest::SHA1](http://search.cpan.org/dist/Digest-SHA1/) modules and their dependencies)
17
18 ## Debian ##
19
20 If you are running a [Debian](http://www.debian.org/) system, the
21 [monkeysphere is now available in the Debian unstable ("sid")
22 distribution](http://packages.debian.org/sid/monkeysphere).
23
24 You can also install the Monkeysphere directly from the Monkeysphere
25 Debian archive.  You can add this archive to your system by putting
26 the following lines in `/etc/apt/sources.list.d/monkeysphere.list`:
27
28         deb http://archive.monkeysphere.info/debian experimental monkeysphere
29         deb-src http://archive.monkeysphere.info/debian experimental monkeysphere
30
31 The repository is currently signed by [The Monkeysphere archive
32 signing key](/archive-key), key id EB8AF314 (fingerprint: `2E8D D26C
33 53F1 197D DF40 3E61 18E6 67F1 EB8A F314`).  To cryptographically
34 verify the packages, you'll want to [add this key to your apt
35 configuration after verifying its integrity](/archive-key).
36
37 ## FreeBSD ##
38
39 There is [now a FreeBSD port available](/news/FreeBSD-port-available)
40 for the Monkeysphere.
41
42 While the monkeysphere is not officially included in the ports tree
43 yet, [a problem
44 report](http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/128406) has
45 been submitted, and the package itself is functional.
46
47 The latest version of the ports directory can be found in [the git
48 repository](/community) under
49 `packaging/freebsd/security/monkeysphere`.  Please [let us
50 know](/community) if you encounter any problems with it on a FreeBSD
51 system.
52
53 Until the port is accepted, you should be able to build the latest
54 port with:
55
56     git clone git://git.monkeysphere.info/monkeysphere
57     cp -a monkeysphere/packaging/freebsd/security/monkeysphere /usr/ports/security
58     cd /usr/ports/security/monkeysphere
59     make && make install
60
61 ## Source ##
62
63 For those that would like to download the source directly, [the source
64 is available](/community) via [git](http://git.or.cz/).
65
66 The [latest
67 tarball](http://archive.monkeysphere.info/debian/pool/monkeysphere/m/monkeysphere/monkeysphere_0.23.1.orig.tar.gz)
68 is also available, and has these checksums:
69
70 <pre>
71 -----BEGIN PGP SIGNED MESSAGE-----
72 Hash: SHA1
73
74 checksums for the monkeysphere 0.23.1 release:
75
76 MD5:
77 9ab4a35052b41d6468a4ab4758fd23b2  monkeysphere_0.23.1.orig.tar.gz
78
79 SHA1:
80 1e3004505b5c2cda98194d1241f76303b154aac6  monkeysphere_0.23.1.orig.tar.gz
81
82 SHA256:
83 998b8f8f0c498aa7d58eed6519c23ab9808cb8b622f97f8aa47865b718024d6c  monkeysphere_0.23.1.orig.tar.gz
84 -----BEGIN PGP SIGNATURE-----
85 Version: GnuPG v1.4.9 (GNU/Linux)
86
87 iQIVAwUBSaCKiRjmZ/HrivMUAQLA3A//Tn5R4TI//yPF6T0+swIHH9VnYhFIjitV
88 pzm0aWQ/MfygAm24S64edudva6Mgnm5GsDmHzv9Kg0n12+NtCc+VTIH56aMwKO9J
89 riT2BalxTny0UaMeIU2gsJP0H5GuEbFWknFMcKGwIKhEuiDKgF/QJNJKNNokBL55
90 rivnxKrBKy5f2o2th+RxopA2jzVfUNKWtPlJz52vYyMGn7qkWdWY6zhm48PvHt1P
91 9cR3Llzu6uQflVk/PaMZmsW/q8WFEp/9Igsws1GTac4XPl0N5FFwdYmOZRLwu2sF
92 k5y7sdH+tZt+sKKuMYTloulj7nq27Zi3THrlqUuanvibWPVLiBTdnIV47fg17YsO
93 Pr4UTeOEIxKRsJXTwYhFmToxrO5ehRo7DcPU4Y6+YaaNnneMdR8ZF0FbNmvpkLrU
94 wYoT6nkCn/81Wde7G0bc2Lo6RlXPEhRfACQuLkokv2+bbzcsWn16s4TLIJLBi9Ev
95 XQ4we8zp16h1wWSssXOk19iEDFIMcJ7lrc37ItEbdmOXdlyG6FlDZWWo9vyR8LDH
96 AXEqjSNm0T2o1OjUwmUWSws+Y3cyhNlYMpAtq3u67qkMCBW3zEH4GhDvG6kcvt32
97 NizDUn8ClMR4m7znlR3eNlnavYVMETuUutHeGq0lB2N008kbT2S+Ciz539ady7sg
98 s2QqAl6xNzo=
99 =JCyh
100 -----END PGP SIGNATURE-----
101 </pre>