dv-runtime
dv-runtime
is an executable that launches one instance of our runtime system.
Executable options:
Option |
Argument |
Purpose |
---|---|---|
|
None |
Print help text (this table) |
|
None |
Print runtime version |
|
IP address |
Use this IP address for config-server to listen on |
|
Port number |
Use this port number for config-server to listen on |
|
Path to log file |
Use this file to log messages from the runtime |
|
|
Enable system service mode |
|
|
Log messages to the console |
|
Path to xml file |
Use this XML as initial configuration |
Note1: Multiple instances of the runtime can be started on the same machine, but they need to be on different IP/Port combinations.
Note2: By default, dv-runtime
will only access modules that are located in the
default folders. To access modules located in different paths, one can
use the following environment variable:
DV_MODULES_PATH=/path/to/folder/containing/your-module.so