MacOS setup
Last updated
Was this helpful?
Last updated
Was this helpful?
Use homebrew to install basic prerequisites (not including Erlang/Elixir/Node which are installed via asdf)
is the easiest way to install and set versioning for Erlang and Elixir.
Check your elixir version (elixir -v
) and node version (node -v
).
You should have the following installed:
Elixir 1.15.x (compiled with Erlang/OTP 26)
Node v18.17.1
Once complete, recheck your versions and proceed with deployment.
If there is no response or the proper version is not showing up, you may need to reshim asdf. Please check the for further info if this doesn't work.
🎉 You are ready for manual deployment! "