Merge branch 'master' of git://lair.fifthhorseman.net/~dkg/monkeysphere
[monkeysphere.git] / website / download.mdwn
index dbae3094f0ad8851a17b1c556e4dcac9b5b1af19..4925f1a74cadfc014a83b8e2bacb807196efd59a 100644 (file)
-## Downloading and Installing ##
+[[meta title="Download"]]
 
-If you are running a Debian system, you can install Monkeysphere
-by following these directions:
+# Downloading and Installing #
 
-You can add this repo to your system by putting the following lines in
-/etc/apt/sources.list.d/monkeysphere.list:
+Once you've installed the packages, please see the [documentation
+page](/doc) to read up on how to get started [as a regular
+user](/getting-started-user) or [as a systems
+administrator](/getting-started-admin).
 
-       deb http://monkeysphere.info/debian experimental monkeysphere
-       deb-src http://monkeysphere.info/debian experimental monkeysphere
+## Dependencies ##
 
-The repository is currently signed by [Daniel Kahn Gillmor's OpenPGP key](http://fifthhorseman.net/dkg.gpg "dkg's key"), key id D21739E9
-(fingerprint: `0EE5 BE97 9282 D80B 9F75 40F1 CCD2 ED94 D217 39E9`).
-To cryptographically verify the packages, you'll want to [add `dkg`'s key to your apt configuration](http://cmrg.fifthhorseman.net/wiki/apt/importing-keys "Instructions for adding dkg's key to apt")
+Monkeysphere relies on:
 
-## git repositories ##
+ * [GnuTLS](http://gnutls.org/)
+  * version 2.4 or later for general use
+  * [version 2.6 or later](/news/gnutls-2.6-enables-monkeysphere) to use the `monkeysphere subkey-to-ssh-agent` subcommand.
+ * [OpenSSH](http://openssh.com/)
+ * [GnuPG](http://gnupg.org/)
 
-The Monkeysphere is attempting to use a completely distributed
-development model with [git](http://git.or.cz/).  Once you've
-[installed git](http://www.spheredev.org/wiki/Git_for_the_lazy), you
-can [git
-clone](http://www.kernel.org/pub/software/scm/git/docs/git-clone.html)
-any of the developer repositories, including:
+## Debian ##
 
-The git repo from this web site:
+If you are running a [Debian](http://www.debian.org/) system, the
+[monkeysphere is now available in the unstable
+("sid") distribution](http://packages.debian.org/sid/monkeysphere).
 
-       git clone git://monkeysphere.info/monkeysphere monkeysphere
+You can also install the Monkeysphere directly from the Monkeysphere
+Debian archive.  You can add this archive to your system by putting
+the following lines in `/etc/apt/sources.list.d/monkeysphere.list`:
 
-[Jameson Graef Rollins](http://cmrg.fifthhorseman.net/wiki/jrollins):
+       deb http://archive.monkeysphere.info/debian experimental monkeysphere
+       deb-src http://archive.monkeysphere.info/debian experimental monkeysphere
 
-       git clone git://lair.fifthhorseman.net/~jrollins/monkeysphere monkeysphere
+The repository is currently signed by [The Monkeysphere archive
+signing key](/archive-key), key id EB8AF314 (fingerprint: `2E8D D26C
+53F1 197D DF40 3E61 18E6 67F1 EB8A F314`).  To cryptographically
+verify the packages, you'll want to [add this key to your apt
+configuration after verifying its integrity](/archive-key).
 
-[Daniel Kahn Gillmor](http://cmrg.fifthhorseman.net/wiki/dkg):
+To use the `monkeysphere subkey-to-ssh-agent` subcommand, you will
+also need [version 2.6 of
+GnuTLS](/news/gnutls-2.6-enables-monkeysphere), which is available in
+Debian experimental.
 
-       git clone git://lair.fifthhorseman.net/~dkg/monkeysphere monkeysphere
+## FreeBSD ##
 
-[Micah Anderson]
-       
-       git clone git://labs.riseup.net/~micah/monkeysphere
+There is [now a FreeBSD port available](/news/FreeBSD-port-available)
+for the Monkeysphere.
 
-## Contact ##
+While the monkeysphere is not officially included in the ports tree
+yet, [a problem
+report](http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/128406) has
+been submitted, and the package itself is functional.
 
-Please feel free to contact any of the Monkeysphere developers with
-any questions, comments, bug reports, requests, etc.
+The latest version of the ports directory can be found in [the git
+repository](/community) under
+`packaging/freebsd/security/monkeysphere`.  Please [let us
+know](/community) if you encounter any problems with it on a FreeBSD
+system.
+
+Until the port is accepted, you should be able to build the latest
+port with:
+
+    git clone git://git.monkeysphere.info/monkeysphere
+    cp -a monkeysphere/packaging/freebsd/security/monkeysphere /usr/ports/security
+    cd /usr/ports/security/monkeysphere
+    make && make install
+
+To use the `monkeysphere subkey-to-ssh-agent` subcommand, you will
+also need [version 2.6 of
+GnuTLS](/news/gnutls-2.6-enables-monkeysphere), which is [slated to be
+available after the 7.1 ports slush is
+over](http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/127330).
+
+## Source ##
+
+For those that would like to download the source directly, [the source
+is available](/community) via [git](http://git.or.cz/).
+
+The [latest
+tarball](http://archive.monkeysphere.info/debian/pool/monkeysphere/m/monkeysphere/monkeysphere_0.22.orig.tar.gz)
+is also available, and has these checksums:
+
+<pre>
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+checksums for the monkeysphere 0.22 release:
+
+MD5:
+2bb00c86323409b98aff53f94d9ce0a6  monkeysphere_0.22.orig.tar.gz
+
+SHA1:
+312882ad192b8e7303e3e0ac9db20ac8ddc529b3  monkeysphere_0.22.orig.tar.gz
+
+SHA256:
+2566facda807a67a4d2d6de3833cccfa0b78b454909e8d25f47a235a9e621b24  monkeysphere_0.22.orig.tar.gz
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.9 (GNU/Linux)
+
+iQIVAwUBSTCiPRjmZ/HrivMUAQLg/BAAsdLsCQYSmvYLrYy1HiARtZOckqSOFv5e
+lnoOYEXKCXVjKqYUn4gjOkP2kQlnEOazfXrT/pO4u0AKUbf3C8bPDpIeao8uuPXI
+GG6HOWtsY93a2g8DM9fOzadIwhhBc9U7VwizBwFsxMw6xFTIKfoqqQonfEYFFLb6
+zyJVcfhmmGjgoJ9qA3AlYAf/i3Y/fcXh+YMI5J3Gez3BTVcep41UlcQUyd33pHF6
+aHdSWCzrotFual3fbf0meQewbBCW3JRBsbmCHQltbO/kNrtyfXb3Rp4oLiffcmpI
+DhfpFeonVHnUI9CVHmL7qbnBsgu5Q8l8Fxzu5pyzrGJxlvqBCpG8JM2FI0jJxw6o
+LQkmXCHteYKyopqKz5X0ATCot2Eoc9+kNEHwNWI37XbY7AV1XOOzGiaMjl+w8aUR
+QM8+Gi0h7SU2KuEogIsq1TghsDp3BJpTyBnc72ttLt2BvMzANOJnM8cmQqW8bOpz
+9Jdob+ISKkKG9q0wp61gb+8/f7mZKNtpr2rpRVYyjHgwR5XfbnS+gaD2B1NyG7NY
+yxW7fHpTsuwqcm2ONjZCDpEj0bXM0cL7r8c3J0L5kRCiN05c/KKYTNC70kTwCeQa
+ninihvIJal0Wu3LZxtYmtxuApq3wmc8NPo66C+TC24YGtxxJuZMS1qOlPFIPADIa
+EeBVdDmRbBw=
+=FmCP
+-----END PGP SIGNATURE-----
+</pre>