mirror of
https://github.com/correl/rebar.git
synced 2024-11-14 19:19:30 +00:00
a8d11dc273
This patch contains two additions to simplenode.runner: 1. Check if vm.args exists in CWD; if so, use it. This makes it easier to start multiple concurrent nodes on a single machine from one rebar-created release (starting each node from its own directory, with its own copy of vm.args and e.g. sys.config, log directory, database directory, etc.) 2. Add the targets start_boot <file> and console_boot <file>. This is used to select a different boot script. The 'setup' application (http://github.com/esl/setup) builds a special boot script for installation (all apps loaded but not started, making it possible to run install hooks with the full code path in place). |
||
---|---|---|
.. | ||
basicnif.c | ||
basicnif.erl | ||
basicnif.template | ||
ctsuite.erl | ||
ctsuite.template | ||
simpleapp.app.src | ||
simpleapp.template | ||
simpleapp_app.erl | ||
simpleapp_sup.erl | ||
simplefsm.erl | ||
simplefsm.template | ||
simplemod.erl | ||
simplemod.template | ||
simplemod_tests.erl | ||
simplenode.erl.script | ||
simplenode.install_upgrade.escript | ||
simplenode.nodetool | ||
simplenode.reltool.config | ||
simplenode.runner | ||
simplenode.sys.config | ||
simplenode.template | ||
simplenode.vm.args | ||
simplenode.windows.runner.cmd | ||
simplenode.windows.start_erl.cmd | ||
simplesrv.erl | ||
simplesrv.template |