diff options
author | Linus Nordberg <linus@nordberg.se> | 2014-05-07 05:47:26 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2014-05-07 05:47:26 +0200 |
commit | 0a0ab0b6d91210d5bc5782f4f5372dd934643085 (patch) | |
tree | 0b383191ada4b2ba2eec5277c164629a6057fec8 /README | |
parent | 0d2c5fa5966b0871bfe634f676f7def78bf423ac (diff) |
Add to README.
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |