Hey, I'm trying to update my bridge binary with the latest source. I've compiled the sources using ./rebar compile successfully; however I wanted to generate the binary that is under "~/.bridge/bridge-server/bin/server". How do I do that?
root@provisioning-server-test:~/bridge-server-src/rel# ../rebar generate
==> rel (generate)
ERROR: generate failed while processing /root/bridge-server-src/rel: {'EXIT',{{badmatch,{error,"gateway: : Missing application directory."}},
[{rebar_reltool,generate,2,
[{file,"src/rebar_reltool.erl"},{line,50}]},
{rebar_core,run_modules,4,[{file,"src/rebar_core.erl"},{line,404}]},
{rebar_core,execute,4,[{file,"src/rebar_core.erl"},{line,338}]},
{rebar_core,process_dir0,6,[{file,"src/rebar_core.erl"},{line,201}]},
{rebar_core,process_commands,2,
[{file,"src/rebar_core.erl"},{line,83}]},
{rebar,main,1,[{file,"src/rebar.erl"},{line,49}]},
{escript,run,2,[{file,"escript.erl"},{line,741}]},
{escript,start,1,[{file,"escript.erl"},{line,277}]}]}}