rebar/priv/templates/simplenode.template
Matt Campbell 6f85854414 Improvements to windows node runner script
* 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
2012-04-17 19:56:41 +02:00

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"}.