Hello everyone,
I have a security constraint to install an Elixir application, without internet connection.
I normally use asdf-vm to install my dev environment, but here I cannot.
So I downloaded and compiled the source of Erlang, and took the binary package for Elixir.
Now I am stuck with mix local.hex without connection.
Does anybody knows if I can take local.hex, and probably rebar3 from another computer, and just copy them to the prod server?
On my dev machine, I have hex here…
% mix archive
* hex-2.1.1
* phx_new-1.7.12
Archives installed at: /Users/koko/.asdf/installs/elixir/1.16.2-otp-26/.mix/archives
Thanks in advance