Building Erlang Projects Offline
Michael Truog
mjtruog@REDACTED
Thu Feb 3 21:27:48 CET 2022
Hi Joseph,
One approach is to use rebar2 for the build and reltool (included with
Erlang/OTP) for the release. That approach is used in the
https://github.com/CloudI/CloudI repository if you need an example.
Best Regards,
Michael
On 2/3/22 12:03 PM, Joseph Lloyd wrote:
> I need a way of building Erlang apps and releases on an
> internal corporate network that is intentionally isolated from the
> internet. I have tried installing rebar3 without success so far.
> Has anyone done this? Are there better ways of achieving offline
> builds of erlang apps/releases?
>
> Thanks,
>
> Joseph
More information about the erlang-questions
mailing list