Skip to content

Instantly share code, notes, and snippets.

@aerosol
Created March 19, 2011 16:53
Show Gist options
  • Save aerosol/877602 to your computer and use it in GitHub Desktop.
Save aerosol/877602 to your computer and use it in GitHub Desktop.
{sys, [
{lib_dirs, ["../.."]},
{rel, "mynode", "1",
[
mmsprofile,
appmon,
kernel,
stdlib,
sasl
]},
{rel, "start_clean", "",
[
kernel,
stdlib
]},
{boot_rel, "mynode"},
{profile, embedded},
{excl_sys_filters, ["^bin/.*",
"^erts.*/bin/(dialyzer|typer)"]},
{app, sasl, [{incl_cond, include}]}
]}.
{target_dir, "mynode"}.
{overlay, [
{mkdir, "log/sasl"},
{copy, "files/erl", "{{erts_vsn}}/bin/erl"},
{copy, "files/nodetool", "{{erts_vsn}}/bin/nodetool"},
{copy, "files/mynode", "bin/mynode"},
{copy, "files/app.config", "etc/app.config"},
{copy, "files/vm.args", "etc/vm.args"}
]}.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment