Skip to content

Instantly share code, notes, and snippets.

@filipelinhares
Last active June 9, 2023 17:29
Show Gist options
  • Save filipelinhares/31d1228ea4b8137f50bf to your computer and use it in GitHub Desktop.
Save filipelinhares/31d1228ea4b8137f50bf to your computer and use it in GitHub Desktop.
Install Erlang, Elixir and Phoenix - Ubuntu and OSX

Install Erlang, Elixir and Phoenix

Ubuntu

Erlang

sudo apt-get install erlang

Elixir

wget https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb && sudo dpkg -i erlang-solutions_1.0_all.deb
sudo apt-get update
sudo apt-get install elixir

Phoenix

mix archive.install https://github.com/phoenixframework/archives/raw/master/phoenix_new.ez

OSX

Erlang Donwload here

Remember to choose the OSX tab

Elixir

brew update
brew install elixir

Phoenix

mix archive.install https://github.com/phoenixframework/archives/raw/master/phx_new.ez
@filipelinhares
Copy link
Author

sorry the little delay @amalbuquerque, updated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment