09ffbf39073bf741f85e7616230f2b3bac81c32b
[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 available in the Debian testing ("squeeze")
22 distribution](http://packages.debian.org/testing/monkeysphere).  If
23 you are running Debian testing, it is easy to install:
24
25     aptitude install monkeysphere
26
27 You can also install the Monkeysphere directly from the Monkeysphere
28 Debian archive.  You can add this archive to your system by putting
29 the following lines in `/etc/apt/sources.list.d/monkeysphere.list`:
30
31     deb http://archive.monkeysphere.info/debian experimental monkeysphere
32     deb-src http://archive.monkeysphere.info/debian experimental monkeysphere
33
34 The repository is currently signed by [The Monkeysphere archive
35 signing key](/archive-key), key id EB8AF314 (fingerprint: `2E8D D26C
36 53F1 197D DF40 3E61 18E6 67F1 EB8A F314`).  To cryptographically
37 verify the packages, you'll want to [add this key to your apt
38 configuration after verifying its integrity](/archive-key).
39
40 ## FreeBSD ##
41
42 There is [a FreeBSD port
43 available](http://www.freebsd.org/cgi/ports.cgi?query=monkeysphere)
44 for the Monkeysphere, built and tested against FreeBSD 7.1.
45
46 You should be able to build and install the latest port with:
47
48     cd /usr/ports/security/monkeysphere
49     make package
50
51 Enjoy!
52
53 ## Source ##
54
55 For those that would like to download the source directly, [the source
56 is available](/community) via [git](http://git.or.cz/).
57
58 The [latest
59 tarball](http://archive.monkeysphere.info/debian/pool/monkeysphere/m/monkeysphere/monkeysphere_0.24.orig.tar.gz)
60 is also available, and has these checksums:
61
62 <pre>
63 -----BEGIN PGP SIGNED MESSAGE-----
64 Hash: SHA1
65
66 checksums for the monkeysphere 0.24 release:
67
68 MD5:
69 8590532f4702fa44027a6a583657c9ef  monkeysphere_0.24.orig.tar.gz
70
71 SHA1:
72 45b26ada094705e56eeff1117a28162e04226cc7  monkeysphere_0.24.orig.tar.gz
73
74 SHA256:
75 2a58cee998ddb1b21b953826fc746a743e17d94e6fa34ac9cbee4262873b5c5f  monkeysphere_0.24.orig.tar.gz
76 -----BEGIN PGP SIGNATURE-----
77 Version: GnuPG v1.4.9 (GNU/Linux)
78
79 iQIVAwUBSa3ushjmZ/HrivMUAQJGvxAAsc3phUKrWOSdItr7uaIsRsXo3BN/MT8Z
80 e+ZJXpQo5roehyaTZR2H4hdUVObepqXmpwfrbmxORQ+mZa7WFKUT9hjdDrh5AyDH
81 V4UA/b+4N0VQZYqvfDezA22o6V3HRmrdoaz90LY/8Yfe1YSteUdaO1fQhDOsoHTL
82 MVOwhy+pcbjxd5cbLv1NcUb4FbAWoKS4zCQvYgC83u7LcB6irOekWU8rL6PR1qoC
83 UebWYg2n2dafnPy4WuQ38DAetPwhTFrCG36YwkkNBkV23sPUMCiDJcDVictIWgdK
84 emMhOLyC/G8PldLUYzwSqNMGdy8rLhiYf6Xo4e8dVsava14bbgqn1CXGQieibMYs
85 IUyEvkPrxVc5ZUKHi0sNJ2yREMJVY5YYQFFirgv795fP6Rf6oGjjffDKPa5l80Ei
86 M0mspn0TdnJtJ8BbbsE76tcT1vTB3hu2VOqDYZeo+3SjT8UGXPRlIcnzAhxt3x5+
87 huYnNuaQb1b9+LP6dbb+dSWA3gYMbkXPZu6KXcr+ob4mHIdTPQysXFp2sobq4Dyt
88 UeVxInuBQ1iEvQb9MxgbrerNf90yi7flMxxFV0HabrnxLSrufDJy4ai8pIbZBhpw
89 v5xIHVkplfXB7zb1JcQKtA93LrKDvCpHMc6ZiVmveEgsRlqzw5UV/zcc4ENDR8gN
90 NpxJjlFqEsc=
91 =7/gS
92 -----END PGP SIGNATURE-----
93 </pre>