-
Notifications
You must be signed in to change notification settings - Fork 26
/
relx.config
32 lines (28 loc) · 1.07 KB
/
relx.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{release, {rivus_cep, "0.1"},
[gproc,
lager,
folsom,
gen_leader,
rivus_cep,
observer,
wx,
runtime_tools, tools]}.
{extended_start_script, true}.
{overlay_vars, "rel/vars.config"}.
{overlay, [
{mkdir, "log/sasl"},
{copy, "rel/files/erl", "\{\{erts_vsn\}\}/bin/erl"},
{copy, "rel/files/nodetool", "releases/\{\{rel_vsn\}\}/nodetool"},
{copy, "rel/files/rivus_cep", "bin/rivus_cep"},
{copy, "rel/files/rivus_cep.cmd", "bin/rivus_cep.cmd"},
{copy, "rel/files/start_erl.cmd", "bin/start_erl.cmd"},
{copy, "rel/files/install_upgrade.escript", "bin/install_upgrade.escript"},
{template, "rel/files/sys.config", "releases/\{\{rel_vsn\}\}/sys.config"},
%% {template, "rel/files/app.config", "etc/app.config"},
{template, "rel/files/vm.args", "etc/vm.args"}
]}.
%% {overlay, [{mkdir, "log/sasl"},
%% {copy, "files/erl", "{{erts_vsn}}/bin/erl"},
%% {copy, "files/nodetool", "{{erts_vsn}}/bin/nodetool"},
%% {template, "files/app.config", "etc/app.config"},
%% {template, "files/vm.args", "etc/vm.args"}]}.