Installing Erlang and Elixir on Raspberry Pi
Quick reference for installing Erlang and Elixir on a Raspberry Pi, using the Erlang Solutions packages.
Installing Erlang and Elixir
wget https://packages.erlang-solutions.com/erlang-solutions_2.0_all.deb
sudo dpkg -i erlang-solutions_2.0_all.deb
sudo apt-get update
sudo apt-get install --no-install-recommends esl-erlang elixir
Add hex/rebar support
mix local.hex --force
mix local.rebar --force
Install Phoenix
mix archive.install --force hex phx_new 1.4.12