Merge commit 'web/master'
[monkeysphere.git] / website / download.mdwn
1 [[!template id="nav"]]
2
3 ## Downloading and Installing ##
4
5 If you are running a Debian system, you can install Monkeysphere
6 by following these directions:
7
8 You can add this repo to your system by putting the following lines in
9 /etc/apt/sources.list.d/monkeysphere.list:
10
11         deb http://monkeysphere.info/debian experimental monkeysphere
12         deb-src http://monkeysphere.info/debian experimental monkeysphere
13
14 The repository is currently signed by [Daniel Kahn Gillmor's OpenPGP
15 key](http://fifthhorseman.net/dkg.gpg "dkg's key"), key id D21739E9
16 (fingerprint: `0EE5 BE97 9282 D80B 9F75 40F1 CCD2 ED94 D217 39E9`).
17 To cryptographically verify the packages, you'll want to [add `dkg`'s
18 key to your apt
19 configuration](http://cmrg.fifthhorseman.net/wiki/apt/importing-keys
20 "Instructions for adding dkg's key to apt")
21
22 Once you've installed the packages, you might want to read up on how
23 to get started [as a regular user](/getting-started-user) or [as a
24 systems administrator](/getting-started-admin).
25
26 ### Enhancements ###
27
28 As of 2008-08-22, If you run debian lenny you're very close to being
29 able to run a fully monkeysphere-enabled system.  One gap in the
30 system is that lenny's GnuTLS can't support the `monkeysphere
31 subkey-to-ssh-agent` subcommand.
32
33 You can install a patched version of GnuTLS to enable this feature of
34 the MonkeySphere by adjusting the monkeysphere `sources.list` lines to
35 include the `gnutls` component.  So they'd look like this instead:
36
37         deb http://monkeysphere.info/debian experimental monkeysphere gnutls
38         deb-src http://monkeysphere.info/debian experimental monkeysphere gnutls
39
40 You can [read more about this offering](/news/modified-gnutls-2.4.x-available).