mirror of
https://github.com/correl/rebar.git
synced 2024-11-15 03:00:18 +00:00
6f85854414
* Typos and other minor bug fixes * Add "attach" command (via -remsh) * Add "upgrade" command to install a hot upgrade package * Add "upgrade" subcommand to UNIX runner script as well
13 lines
656 B
Text
13 lines
656 B
Text
{variables, [{nodeid, "mynode"}]}.
|
|
{template, "simplenode.reltool.config", "reltool.config"}.
|
|
{file, "simplenode.erl.script", "files/erl"}.
|
|
{chmod, 8#744, "files/erl"}.
|
|
{file, "simplenode.nodetool", "files/nodetool"}.
|
|
{chmod, 8#744, "files/nodetool"}.
|
|
{file, "simplenode.runner", "files/{{nodeid}}"}.
|
|
{chmod, 8#744, "files/{{nodeid}}"}.
|
|
{file, "simplenode.sys.config", "files/sys.config"}.
|
|
{template, "simplenode.vm.args", "files/vm.args"}.
|
|
{template, "simplenode.windows.runner.cmd", "files/{{nodeid}}.cmd"}.
|
|
{file, "simplenode.windows.start_erl.cmd", "files/start_erl.cmd"}.
|
|
{file, "simplenode.install_upgrade.escript", "files/install_upgrade.escript"}.
|