adding header to all pages.
[monkeysphere.git] / website / download.mdwn
1 [[!template id="header"]]
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 ### Enhancements ###
23
24 As of 2008-08-22, If you run debian lenny you're very close to being
25 able to run a fully monkeysphere-enabled system.  One gap in the
26 system is that lenny's GnuTLS can't support the `monkeysphere
27 subkey-to-ssh-agent` subcommand.
28
29 You can install a patched version of GnuTLS to enable this feature of
30 the MonkeySphere by adjusting the monkeysphere `sources.list` lines to
31 include the `gnutls` component.  So they'd look like this instead:
32
33         deb http://monkeysphere.info/debian experimental monkeysphere gnutls
34         deb-src http://monkeysphere.info/debian experimental monkeysphere gnutls
35
36 You can [read more about this offering](/news/modified-gnutls-2.4.x-available.mdwn).
37
38 ## git repositories ##
39
40 The Monkeysphere is attempting to use a completely distributed
41 development model with [git](http://git.or.cz/).  Once you've
42 [installed git](http://www.spheredev.org/wiki/Git_for_the_lazy), you
43 can [git
44 clone](http://www.kernel.org/pub/software/scm/git/docs/git-clone.html)
45 any of the developer repositories, including:
46
47 The git repo from this web site:
48
49         git clone git://monkeysphere.info/monkeysphere monkeysphere
50
51 [Jameson Graef Rollins](http://cmrg.fifthhorseman.net/wiki/jrollins):
52
53         git clone git://lair.fifthhorseman.net/~jrollins/monkeysphere monkeysphere
54
55 [Daniel Kahn Gillmor](http://cmrg.fifthhorseman.net/wiki/dkg):
56
57         git clone git://lair.fifthhorseman.net/~dkg/monkeysphere monkeysphere
58
59 [Micah Anderson]
60         
61         git clone git://labs.riseup.net/~micah/monkeysphere
62
63 ## Contact ##
64
65 Please feel free to contact any of the Monkeysphere developers with
66 any questions, comments, bug reports, requests, etc.