summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2014-06-04 14:43:16 +0200
committerLinus Nordberg <linus@nordberg.se>2014-06-04 14:43:16 +0200
commit43b64cb530c59d67b8d12f48ea75050fdbde37c6 (patch)
tree41d496d2d58a651950b1c55c3ff3be357164edc0 /README
parentbaf14478500f3e673a47bef62f56aca0d69d093c (diff)
Turn README into README.md.
Diffstat (limited to 'README')
-rw-r--r--README27
1 files changed, 0 insertions, 27 deletions
diff --git a/README b/README
deleted file mode 100644
index 5e96842..0000000
--- a/README
+++ /dev/null
@@ -1,27 +0,0 @@
-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.
-
- jiffie for JSON encoding and decoding.
-
-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(httpd, [{proplist_file, "httpd_props.conf"}]).
-
-To do
-
- Stop using inets httpd mod_ets and make it a proper application.