Merge commit 'jrollins/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.24.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.24 release:
75
76 MD5:
77 8590532f4702fa44027a6a583657c9ef  monkeysphere_0.24.orig.tar.gz
78
79 SHA1:
80 45b26ada094705e56eeff1117a28162e04226cc7  monkeysphere_0.24.orig.tar.gz
81
82 SHA256:
83 2a58cee998ddb1b21b953826fc746a743e17d94e6fa34ac9cbee4262873b5c5f  monkeysphere_0.24.orig.tar.gz
84 -----BEGIN PGP SIGNATURE-----
85 Version: GnuPG v1.4.9 (GNU/Linux)
86
87 iQIVAwUBSa3ushjmZ/HrivMUAQJGvxAAsc3phUKrWOSdItr7uaIsRsXo3BN/MT8Z
88 e+ZJXpQo5roehyaTZR2H4hdUVObepqXmpwfrbmxORQ+mZa7WFKUT9hjdDrh5AyDH
89 V4UA/b+4N0VQZYqvfDezA22o6V3HRmrdoaz90LY/8Yfe1YSteUdaO1fQhDOsoHTL
90 MVOwhy+pcbjxd5cbLv1NcUb4FbAWoKS4zCQvYgC83u7LcB6irOekWU8rL6PR1qoC
91 UebWYg2n2dafnPy4WuQ38DAetPwhTFrCG36YwkkNBkV23sPUMCiDJcDVictIWgdK
92 emMhOLyC/G8PldLUYzwSqNMGdy8rLhiYf6Xo4e8dVsava14bbgqn1CXGQieibMYs
93 IUyEvkPrxVc5ZUKHi0sNJ2yREMJVY5YYQFFirgv795fP6Rf6oGjjffDKPa5l80Ei
94 M0mspn0TdnJtJ8BbbsE76tcT1vTB3hu2VOqDYZeo+3SjT8UGXPRlIcnzAhxt3x5+
95 huYnNuaQb1b9+LP6dbb+dSWA3gYMbkXPZu6KXcr+ob4mHIdTPQysXFp2sobq4Dyt
96 UeVxInuBQ1iEvQb9MxgbrerNf90yi7flMxxFV0HabrnxLSrufDJy4ai8pIbZBhpw
97 v5xIHVkplfXB7zb1JcQKtA93LrKDvCpHMc6ZiVmveEgsRlqzw5UV/zcc4ENDR8gN
98 NpxJjlFqEsc=
99 =7/gS
100 -----END PGP SIGNATURE-----
101 </pre>