From ea41899f5e7a162a2b0fa31f3f5640f064e09aed Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Sun, 4 May 2014 23:51:03 +0200 Subject: Add README. --- README | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..b80fa17 --- /dev/null +++ b/README @@ -0,0 +1,25 @@ +ctls is a Certificate Transparency log server (RFC 6962). + +Compile + + $ erl -make + +Requirements + + A running plop application, which in turn requires mnesia to be + running. + +Start + + NOTE: Kludge ahead! ctls will turn into a proper OTP application at + some point in the future. + + Make sure mnesia and plop are running and that plop has been + installed, i.e. has a database. See plop/README. Also, you might + want to code:add_pathz("path/to/plop/ebin"). + + 1> inets:start(), https_server:start(). + +To do + + Make it a proper application. -- cgit v1.1