Re: Building Erlang Projects Offline
"Tristan Sloughter" <[email protected]> Thu, 03 Feb 2022 13:35:56 -0700
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Message-ID | <[email protected]> |
There was an issue installing rebar3 or building a project with it? You can download the pre-built escript https://s3.amazonaws.com/rebar3/rebar3 -- the only time you should need to go outside the internal network. The only time rebar3 should be hitting the network is if you have dependencies for it to fetch. Is it hitting the network when it shouldn't or is it a case like you want it to use a local copy of dependencies? Tristan On Thu, Feb 3, 2022, at 13:03, 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