Skip to content

Instantly share code, notes, and snippets.

@kennystone
Created July 13, 2011 20:23
Show Gist options
  • Save kennystone/1081237 to your computer and use it in GitHub Desktop.
Save kennystone/1081237 to your computer and use it in GitHub Desktop.
reltool.config
{sys, [
{lib_dirs, ["../deps","../../"]},
{rel, "risk_scope", "1",
[
kernel, stdlib, sasl, syntax_tools, compiler, xmerl,ssl,inets,crypto,
jsx,
rabbit_common,
amqp_client,
conn_domain,
champ_domain_server,
champ_position_server,
mochiweb,
nitrogen_core,
nprocreg,
simple_bridge,
sync,
risk_scope
]},
{rel, "start_clean", "",
[
kernel,
stdlib
]},
{boot_rel, "risk_scope"},
{profile, embedded},
{excl_sys_filters, ["^bin/.*",
"^erts.*/bin/(dialyzer|typer)"]},
{app, sasl, [{incl_cond, include}]}
]}.
{target_dir, "risk_scope"}.
{overlay, [
{mkdir, "log/sasl"},
{copy, "files/erl", "{{erts_vsn}}/bin/erl"},
{copy, "files/nodetool", "{{erts_vsn}}/bin/nodetool"},
{copy, "files/risk_scope", "bin/risk_scope"},
{copy, "files/app.config", "etc/app.config"},
{copy, "../www", "www"},
{copy, "../templates", "templates"},
{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