From 0a0ab0b6d91210d5bc5782f4f5372dd934643085 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Wed, 7 May 2014 05:47:26 +0200 Subject: Add to README. --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index e55f165..5e96842 100644 --- a/README +++ b/README @@ -20,8 +20,8 @@ Start 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(). + 1> inets:start(httpd, [{proplist_file, "httpd_props.conf"}]). To do - Make it a proper application. + Stop using inets httpd mod_ets and make it a proper application. -- cgit v1.1