summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 13 insertions, 0 deletions
diff --git a/README b/README
index 56b2680..4312da4 100644
--- a/README
+++ b/README
@@ -3,3 +3,16 @@ implementing Certificate Transparency (RFC 6962).
The first implementation is in Erlang. The only interface supported
initially is Erlang messages.
+
+
+Compile the application
+
+ $ erl -make
+
+Start the application locally
+
+ $ erl -boot start_sasl -pa ebin -eval "application:start(plop)." -plop Keyfile "src/test/rsakey.pem" -plop Passphrase "sikrit"
+
+Test the application
+
+ [FIXME]