<div dir="ltr">Hi Andrew.<br>If you have variety of distros used by developers it might make sense to write docker file, which will have instructions how to compile your project and produce release for a certain OS which is used in production. It can print result to stdout and you can redirect it, say, to release.tar file. Quite convenient and repeatable.<br></div><div class="gmail_extra"><br><div class="gmail_quote">2016-05-18 1:42 GMT+01:00 Andrew Berman <span dir="ltr"><<a href="mailto:rexxe98@gmail.com" target="_blank">rexxe98@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi List,<div><br></div><div>So today I tried to create a release using rebar3 from my Mac and deploy it to a CentOS box.  Everything works when I do not include ERTS (and have Erlang installed on the target), but if I do include ERTS, things fail (can't run run_erl), I'm assuming because the Mac version of Erlang can't be run on CentOS, which makes sense.  <span style="line-height:1.5">So, I wanted to know how people do deployments of their Erlang releases.  Do you set up boxes with each OS that matches your target OS and compile on there, including ERTS in the release?  Do you not include ERTS and make sure that all your Erlang installs are the exact same version?   Just trying to figure out a good workflow.</span></div><div><span style="line-height:1.5"><br></span></div><div><span style="line-height:1.5">Thanks for any advice!</span></div><span class="HOEnZb"><font color="#888888"><div><span style="line-height:1.5"><br></span></div><div><span style="line-height:1.5">Andrew</span></div></font></span></div>
<br>_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
<br></blockquote></div><br></div>