Skip to content

Instantly share code, notes, and snippets.

@dsignr
Forked from filipelinhares/install.md
Last active August 12, 2018 23:26
Show Gist options
  • Save dsignr/489cd569243618391830c99198626e88 to your computer and use it in GitHub Desktop.
Save dsignr/489cd569243618391830c99198626e88 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 http://packages.erlang-solutions.com/site/esl/esl-erlang/FLAVOUR_1_general/esl-erlang_21.0-1~debian~stretch_amd64.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/phoenix_new.ez
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment