Skip to content

Instantly share code, notes, and snippets.

@kolosek
Last active November 28, 2019 14:07
Show Gist options
  • Save kolosek/5c38025f28a8f78e6c8574842429f542 to your computer and use it in GitHub Desktop.
Save kolosek/5c38025f28a8f78e6c8574842429f542 to your computer and use it in GitHub Desktop.
echo "Please install nodejs per one of our scripts"
echo "Install Erlang"
wget https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb && sudo dpkg -i erlang-solutions_1.0_all.deb
sudo apt-get install aptitude
sudo aptitude install erlang-crypto
sudo apt-get update
sudo apt-get install esl-erlang elixir -y
sudo apt-get install inotify-tools
echo "Checking elixir version"
echo elixir -v
mix local.hex
mix archive.install https://github.com/phoenixframework/archives/raw/master/phx_new.ez
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment