Update ceof
This commit is contained in:
parent
7cfd122bee
commit
102705c436
1 changed files with 21 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue