Install
Install elixir
sudo apt install elixirInstall phoenix framework
mix local.hex
mix archive.install hex phx_newInstall erlang-dev to avoid some errors in creating framework
sudo apt install erlang-devInstall erlang-xmerl
sudo apt install erlang-xmerlInstall inotify tools
sudo apt install inotify-tools