Skip to content

Instantly share code, notes, and snippets.

View chandankumar4's full-sized avatar
🎯
Focusing

Chandan Kumar chandankumar4

🎯
Focusing
  • Bangalore
  • 22:15 (UTC +05:30)
View GitHub Profile

Installation of Phoenix on Ubuntu 16.04

  • Don't use the Ubuntu packages provided, instead:
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 esl-erlang elixir