5551b52985f21ecbfda75417bdc3e310a7513df3
[monkeysphere.git] / website / download.mdwn
1 [[meta title="Download"]]
2
3 # Downloading and Installing #
4
5 ## Debian ##
6
7 If you are running a Debian system, you can install Monkeysphere
8 by following these directions:
9
10 You can add this repo to your system by putting the following lines in
11 `/etc/apt/sources.list.d/monkeysphere.list`:
12
13         deb http://archive.monkeysphere.info/debian experimental monkeysphere
14         deb-src http://archive.monkeysphere.info/debian experimental monkeysphere
15
16 The repository is currently signed by [The Monkeysphere archive
17 signing key](/archive-key), key id EB8AF314 (fingerprint: `2E8D
18 D26C 53F1 197D DF40 3E61 18E6 67F1 EB8A F314`).  To cryptographically
19 verify the packages, you'll want to [add this key to your apt
20 configuration after verifying its
21 integrity](http://wiki.debian.org/SecureApt).
22
23 To use the `monkeysphere subkey-to-ssh-agent` subcommand, you will
24 also need [version 2.6 of GnuTLS](/news/gnutls-2.6-enables-monkeysphere),
25 which is available in Debian experimental.
26
27 Once you've installed the packages, you might want to read up on how
28 to get started [as a regular user](/getting-started-user) or [as a
29 systems administrator](/getting-started-admin).
30
31 ## FreeBSD ##
32
33 There is [now a FreeBSD port available](/news/FreeBSD-port-available/)
34 for the Monkeysphere.
35
36 While the monkeysphere is not officially included in the ports tree
37 yet, [a problem
38 report](http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/128406) has
39 been submitted, and the package itself is functional.
40
41 The latest version of the ports directory can be found in [the git
42 repository](/community) under
43 `packaging/freebsd/security/monkeysphere`.  Please [let us
44 know](/community) if you encounter any problems with it on a FreeBSD
45 system.
46
47 Until the port is accepted, you should be able to build the latest
48 port with:
49
50     git clone git://git.monkeysphere.info/monkeysphere
51     cp -a monkeysphere/packaging/freebsd/security/monkeysphere /usr/ports/security
52     cd /usr/ports/security/monkeysphere
53     make && make install
54
55 ## Source ##
56
57 For those that would like to download the source directly, [the source
58 is available](/community) via [git](http://git.or.cz/).
59
60 The [latest
61 tarball](http://archive.monkeysphere.info/debian/pool/monkeysphere/m/monkeysphere/monkeysphere_0.19.orig.tar.gz)
62 is also available, and has these checksums:
63
64 <pre>
65 -----BEGIN PGP SIGNED MESSAGE-----
66 Hash: SHA1
67
68 checksums for the monkeysphere 0.19 release:
69
70 MD5:
71 64c643dd0ab642bbc8814aec1718000e  monkeysphere_0.19.orig.tar.gz
72
73 SHA1:
74 ea3c263b084d2c0b7922cd96677be192201700e4  monkeysphere_0.19.orig.tar.gz
75
76 SHA256:
77 321b77c1e10fe48ffbef8491893f5dd22842c35c11464efa7893150ce756a522  monkeysphere_0.19.orig.tar.gz
78 -----BEGIN PGP SIGNATURE-----
79 Version: GnuPG v1.4.9 (GNU/Linux)
80
81 iQIVAwUBSQgMCRjmZ/HrivMUAQI2Jg//bZoSxx0Nor6uBikRGHQny8LzgUT/0kpv
82 xg0eRmL9kQwhGis/sdOiJ9cHykJ1ukhRiIZGfxPBdxiQbWGs9nM6147TGIDgqx6D
83 yYIW41dvzTRB0TwjNd7g1q6MaSiDNuU/6dD+ooM3/IiR8PDR7X8we0WhSM63KD+v
84 HeMsN51UMhBfeaZ06fxrjYoJCvnp0YNYJpLuvtd5tzxqJCJA2Vh5VqJMbMP/MtbY
85 zM/zuNXRI1mJnQZeU++IaAnimX7c7SsGjLaloZG8mapYqqY0tKJ5Yod6aeloq+i5
86 wI4gZuuPcgAntD6cnPaqB1ni/d71yywme5F75zpezXGzKzDSh1J5oE6akjMi2lJE
87 DSOKp7zb7TvDwXxCl+vOVod81F260gPhonlTsD/LpBfPGPBdWlWP+fFchb9N/a2u
88 weCMhUYX1u8Jg/bHIycjoQjPEgZwCkJT9RKF1NTLyWvb4P4a3sPe+fauCMZFbTQ/
89 3EYPRBY+PfIDO09XswdB5O3gq6B33ChyWJpdwlXEEHMcFt1FuezuP0avVM9/3ZNp
90 MkqalDrUEd65X8o+CE3KjFxjMceVdda9mz2netnoHrFMW6X3mFqE2fTldgHi1mCT
91 hMCqpPzY04+HOHYZ0GapR3pvedd4dwhkNYrdpckp+nJMTRfexEPH/NXDVNH/mxKg
92 jLoIos0SaiY=
93 =VUsz
94 -----END PGP SIGNATURE-----
95 </pre>