fix tarball download link
[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 integrity](/archive-key).
36
37 To use the `monkeysphere subkey-to-ssh-agent` subcommand, you will
38 also need [version 2.6 of
39 GnuTLS](/news/gnutls-2.6-enables-monkeysphere), which is available in
40 Debian experimental.
41
42 ## FreeBSD ##
43
44 There is [now a FreeBSD port available](/news/FreeBSD-port-available)
45 for the Monkeysphere.
46
47 While the monkeysphere is not officially included in the ports tree
48 yet, [a problem
49 report](http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/128406) has
50 been submitted, and the package itself is functional.
51
52 The latest version of the ports directory can be found in [the git
53 repository](/community) under
54 `packaging/freebsd/security/monkeysphere`.  Please [let us
55 know](/community) if you encounter any problems with it on a FreeBSD
56 system.
57
58 Until the port is accepted, you should be able to build the latest
59 port with:
60
61     git clone git://git.monkeysphere.info/monkeysphere
62     cp -a monkeysphere/packaging/freebsd/security/monkeysphere /usr/ports/security
63     cd /usr/ports/security/monkeysphere
64     make && make install
65
66 To use the `monkeysphere subkey-to-ssh-agent` subcommand, you will
67 also need [version 2.6 of
68 GnuTLS](/news/gnutls-2.6-enables-monkeysphere), which is [slated to be
69 available after the 7.1 ports slush is
70 over](http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/127330).
71
72 ## Source ##
73
74 For those that would like to download the source directly, [the source
75 is available](/community) via [git](http://git.or.cz/).
76
77 The [latest
78 tarball](http://archive.monkeysphere.info/debian/pool/monkeysphere/m/monkeysphere/monkeysphere_0.21.orig.tar.gz)
79 is also available, and has these checksums:
80
81 <pre>
82 -----BEGIN PGP SIGNED MESSAGE-----
83 Hash: SHA1
84
85 checksums for the monkeysphere 0.21 release:
86
87 MD5:
88 15fe181983565aca0fbe4c41f9f6752e  monkeysphere_0.21.orig.tar.gz
89
90 SHA1:
91 27e915a45cdbe50a139ed4f4b13746b17c165b0f  monkeysphere_0.21.orig.tar.gz
92
93 SHA256:
94 1535c3f722f5f5c1646a4981efef4a262ac7b23bf4b980c9aee11af2600eedc2  monkeysphere_0.21.orig.tar.gz
95 -----BEGIN PGP SIGNATURE-----
96 Version: GnuPG v1.4.9 (GNU/Linux)
97
98 iQIVAwUBSR8+7BjmZ/HrivMUAQLeKg/+JT4LCXBR/06p/w2KBd1MKqch5Qf2ryIo
99 mxCTWtZRgVQSeOFUJ5SXX+Tfs7VZfkV5HuahUH3NmGC6EMhYyB2olwBOOoIAqEKw
100 1zVyn49bowCee+gTc3QHyT0Eqgt2ARtzl3/VrHkiw2MaJN3IZXseovyL8ksnEu+u
101 s8fq26imtBrrucIxp4ZtHUw/h/YrJohHcJ8QQN5/UWFLug4C4aRFmnzL+oCySxAa
102 0au/zFxxRZE5pMhLUvRwwCwPFx2CGBz6y9lAOiDPhhUqh+Bf7JKWJzk35Dj5Tm+2
103 lCIzYtfpBkuF9ehCrm8WYF5aFg+gto8Bc6IJci9J6h2npBYIG0IbWOknMZz3+Ti2
104 c3EltlJjK0LKEHujDYjf9tkNAxbBdtlYuw8x925ILeK7n8xX0Jr1TDzPyAIYaogv
105 IVqsgnvQ489K8k06173kyrPaetyvOlU3bN1zcPdqTyCD6+eBbeCeKXO4324C8iMF
106 rQPW4HScOdIidqFuzHyIT7PoY4DwWMgeAVymRSEufifvRcdCvQdlC4MaxxVf5I8A
107 ATkD3CrY+5NZeERAGbmlu7Uz+sUk5tLUH0Q2qvjZUIQRctfr4BMheuBubsLR9yP3
108 FZ4Q4kl34eU/WU7NtTmIFy7gDhLSIoeQINfYZlNEXQ7Y/RZUOEwoPI/spAXgw6De
109 Xpsw0wPZtcM=
110 =JDaA
111 -----END PGP SIGNATURE-----
112 </pre>