summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2014-05-10 11:22:46 +0200
committerLinus Nordberg <linus@nordu.net>2014-05-10 11:22:46 +0200
commit467e119f1d88a9b3c0ec3c338906e2934d02679f (patch)
tree45d0e785e38bab94b08ad059a1afcd38ba247644 /README
parent17e9e4f72b13893443b135bce67b0f55abe4627f (diff)
parentb4b5e0c94ed3f3d579ec033a52b2a8d70069cc64 (diff)
Merge branch 'master' of /home/linus/repo/ctls
Conflicts: src/v1.erl
Diffstat (limited to 'README')
-rw-r--r--README4
1 files 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.