www.nico.schottelius.org/software/ceofhack/configure.mdwn
Nico Schottelius 35e84d4b5c split and expand ceofhack web documentation
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2010-06-11 08:38:52 +02:00

24 lines
593 B
Markdown

## Introduction
ceofhack and all other EOF subsystems need a common place to find themselves
and to function properly.
## Initial configuration: the easy way
Simply run the following line:
cd ceofhack && ./scripts/init_home.sh
This will
* create a the configuration directory **$HOME/.ceof**,
* create a new pgp key pair,
* add the tcp transport protool
* and enable the tcp transport protocol to listen to **0.0.0.0:4242**.
## Initial configuration: the expert way
Read and understand **./scripts/init_home.sh** and consult
the current EOF standard document.
[[!tag unix]]