diff --git a/software/ceof.mdwn b/software/ceof.mdwn index 149dcfdf..ece539a4 100644 --- a/software/ceof.mdwn +++ b/software/ceof.mdwn @@ -9,12 +9,31 @@ You can read the which describes the motivation and goals or you can view [the poster that was used on the presentation](http://git.schottelius.org/?p=ceof;a=blob;f=doc/appendix/poster.pdf). -## Get ceof +## Dependencies -You can get ceof via git: + * python3 including virtualenv + * virtualenv is present (python-virtualenv on Debian) + + +## Installation + + * Clone the git repo git clone git://git.schottelius.org/ceof + * Create an isolated python environment + + virtualenv -p /usr/bin/python3 python-env + + * Activate the python environment and install gnupg + + . ./python-env/bin/activate + pip install python-gnupg + +Generate public/private key pair (may take some time) + + ./src/bin/ceof crypto -g --name "Nico@Tee" --email-address nico-ceof@tee.schottelius.org + ## Support There are two IRC (!) channels, in which development takes places: