Re: Building Erlang Projects Offline

Michael Truog <[email protected]> Thu, 3 Feb 2022 12:27:48 -0800
Newsgroups gmane.comp.lang.erlang.general
Message-ID <[email protected]>
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