summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2014-04-29 16:56:09 +0200
committerLinus Nordberg <linus@nordu.net>2014-04-29 16:56:09 +0200
commit7c5a0789ba80f890c868e81b981315dd53e9dd94 (patch)
treea68cc11778fe4ea56ddb0bbaf9709960c0e71bcb /README
parent73a6c28e22991f2f6dc0ab303c1c5274f083de77 (diff)
Turn it all into an application.
Warning: Rough edges.
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]