documenting new patched GnuTLS offerings.
[monkeysphere.git] / website / download.mdwn
1 ## Downloading and Installing ##
2
3 If you are running a Debian system, you can install Monkeysphere
4 by following these directions:
5
6 You can add this repo to your system by putting the following lines in
7 /etc/apt/sources.list.d/monkeysphere.list:
8
9         deb http://monkeysphere.info/debian experimental monkeysphere
10         deb-src http://monkeysphere.info/debian experimental monkeysphere
11
12 The repository is currently signed by [Daniel Kahn Gillmor's OpenPGP
13 key](http://fifthhorseman.net/dkg.gpg "dkg's key"), key id D21739E9
14 (fingerprint: `0EE5 BE97 9282 D80B 9F75 40F1 CCD2 ED94 D217 39E9`).
15 To cryptographically verify the packages, you'll want to [add `dkg`'s
16 key to your apt
17 configuration](http://cmrg.fifthhorseman.net/wiki/apt/importing-keys
18 "Instructions for adding dkg's key to apt")
19
20 ### Enhancements ###
21
22 As of 2008-08-22, If you run debian lenny you're very close to being
23 able to run a fully monkeysphere-enabled system.  One gap in the
24 system is that lenny's GnuTLS can't support the `monkeysphere
25 subkey-to-ssh-agent` subcommand.
26
27 You can install a patched version of GnuTLS to enable this feature of
28 the MonkeySphere by adjusting the monkeysphere `sources.list` lines to
29 include the `gnutls` component.  So they'd look like this instead:
30
31         deb http://monkeysphere.info/debian experimental monkeysphere gnutls
32         deb-src http://monkeysphere.info/debian experimental monkeysphere gnutls
33
34 You can [read more about this offering](/news/modified-gnutls-2.4.x-available.mdwn).
35
36 ## git repositories ##
37
38 The Monkeysphere is attempting to use a completely distributed
39 development model with [git](http://git.or.cz/).  Once you've
40 [installed git](http://www.spheredev.org/wiki/Git_for_the_lazy), you
41 can [git
42 clone](http://www.kernel.org/pub/software/scm/git/docs/git-clone.html)
43 any of the developer repositories, including:
44
45 The git repo from this web site:
46
47         git clone git://monkeysphere.info/monkeysphere monkeysphere
48
49 [Jameson Graef Rollins](http://cmrg.fifthhorseman.net/wiki/jrollins):
50
51         git clone git://lair.fifthhorseman.net/~jrollins/monkeysphere monkeysphere
52
53 [Daniel Kahn Gillmor](http://cmrg.fifthhorseman.net/wiki/dkg):
54
55         git clone git://lair.fifthhorseman.net/~dkg/monkeysphere monkeysphere
56
57 [Micah Anderson]
58         
59         git clone git://labs.riseup.net/~micah/monkeysphere
60
61 ## Contact ##
62
63 Please feel free to contact any of the Monkeysphere developers with
64 any questions, comments, bug reports, requests, etc.