work on website, cleaning up download page
[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  * [GnuTLS](http://gnutls.org/)
15   * version 2.4 or later for general use
16   * [version 2.6 or later](/news/gnutls-2.6-enables-monkeysphere) to use the `monkeysphere subkey-to-ssh-agent` subcommand.
17  * [OpenSSH](http://openssh.com/)
18  * [GnuPG](http://gnupg.org/)
19
20 ## Debian ##
21
22 If you are running a [Debian](http://www.debian.org/) system, you can
23 install Monkeysphere by following these directions:
24
25 You can add this repo to your system by putting the following lines in
26 `/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
36 integrity](http://wiki.debian.org/SecureApt).
37
38 To use the `monkeysphere subkey-to-ssh-agent` subcommand, you will
39 also need [version 2.6 of
40 GnuTLS](/news/gnutls-2.6-enables-monkeysphere), which is available in
41 Debian experimental.
42
43 ## FreeBSD ##
44
45 There is [now a FreeBSD port available](/news/FreeBSD-port-available)
46 for the Monkeysphere.
47
48 While the monkeysphere is not officially included in the ports tree
49 yet, [a problem
50 report](http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/128406) has
51 been submitted, and the package itself is functional.
52
53 The latest version of the ports directory can be found in [the git
54 repository](/community) under
55 `packaging/freebsd/security/monkeysphere`.  Please [let us
56 know](/community) if you encounter any problems with it on a FreeBSD
57 system.
58
59 Until the port is accepted, you should be able to build the latest
60 port with:
61
62     git clone git://git.monkeysphere.info/monkeysphere
63     cp -a monkeysphere/packaging/freebsd/security/monkeysphere /usr/ports/security
64     cd /usr/ports/security/monkeysphere
65     make && make install
66
67 To use the `monkeysphere subkey-to-ssh-agent` subcommand, you will
68 also need [version 2.6 of
69 GnuTLS](/news/gnutls-2.6-enables-monkeysphere), which is [slated to be
70 available after the 7.1 ports slush is
71 over](http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/127330).
72
73 ## Source ##
74
75 For those that would like to download the source directly, [the source
76 is available](/community) via [git](http://git.or.cz/).
77
78 The [latest
79 tarball](http://archive.monkeysphere.info/debian/pool/monkeysphere/m/monkeysphere/monkeysphere_0.19.orig.tar.gz)
80 is also available, and has these checksums:
81
82 <pre>
83 -----BEGIN PGP SIGNED MESSAGE-----
84 Hash: SHA1
85
86 checksums for the monkeysphere 0.19 release:
87
88 MD5:
89 64c643dd0ab642bbc8814aec1718000e  monkeysphere_0.19.orig.tar.gz
90
91 SHA1:
92 ea3c263b084d2c0b7922cd96677be192201700e4  monkeysphere_0.19.orig.tar.gz
93
94 SHA256:
95 321b77c1e10fe48ffbef8491893f5dd22842c35c11464efa7893150ce756a522  monkeysphere_0.19.orig.tar.gz
96 -----BEGIN PGP SIGNATURE-----
97 Version: GnuPG v1.4.9 (GNU/Linux)
98
99 iQIVAwUBSQgMCRjmZ/HrivMUAQI2Jg//bZoSxx0Nor6uBikRGHQny8LzgUT/0kpv
100 xg0eRmL9kQwhGis/sdOiJ9cHykJ1ukhRiIZGfxPBdxiQbWGs9nM6147TGIDgqx6D
101 yYIW41dvzTRB0TwjNd7g1q6MaSiDNuU/6dD+ooM3/IiR8PDR7X8we0WhSM63KD+v
102 HeMsN51UMhBfeaZ06fxrjYoJCvnp0YNYJpLuvtd5tzxqJCJA2Vh5VqJMbMP/MtbY
103 zM/zuNXRI1mJnQZeU++IaAnimX7c7SsGjLaloZG8mapYqqY0tKJ5Yod6aeloq+i5
104 wI4gZuuPcgAntD6cnPaqB1ni/d71yywme5F75zpezXGzKzDSh1J5oE6akjMi2lJE
105 DSOKp7zb7TvDwXxCl+vOVod81F260gPhonlTsD/LpBfPGPBdWlWP+fFchb9N/a2u
106 weCMhUYX1u8Jg/bHIycjoQjPEgZwCkJT9RKF1NTLyWvb4P4a3sPe+fauCMZFbTQ/
107 3EYPRBY+PfIDO09XswdB5O3gq6B33ChyWJpdwlXEEHMcFt1FuezuP0avVM9/3ZNp
108 MkqalDrUEd65X8o+CE3KjFxjMceVdda9mz2netnoHrFMW6X3mFqE2fTldgHi1mCT
109 hMCqpPzY04+HOHYZ0GapR3pvedd4dwhkNYrdpckp+nJMTRfexEPH/NXDVNH/mxKg
110 jLoIos0SaiY=
111 =VUsz
112 -----END PGP SIGNATURE-----
113 </pre>