README.md in ernie-2.3.0 vs README.md in ernie-2.4.0
- old
+ new
@@ -54,13 +54,14 @@
Usage: ernie [command] [options]
-c, --config CONFIG Config file.
-p, --port PORT Port.
-l, --log-level Log level (0-4).
- -a, --access-log LOGFILE Access log file
+ -a, --access-log LOGFILE Access log file.
-d, --detached Run as a daemon.
-P, --pidfile PIDFILE Location to write pid file.
+ -E, --erlang ERLANG_OPTIONS Options passed to Erlang VM.
Commands:
<none> Start an Ernie server.
reload-handlers Gracefully reload all of the external handlers
and use the new code for all subsequent requests.
@@ -72,9 +73,13 @@
example.cfg configuration file.
ernie reload-handlers -p 9999
Reload the handlers for the ernie server currently running on
port 9999.
+
+ ernie -c example.cfg -E '-run mymodule'
+ Start the ernie server with an additional erlang module called
+ 'mymodule'
Configuration File
------------------