Install

Install elixir

sudo apt install elixir

Install phoenix framework

mix local.hex
mix archive.install hex phx_new

Install erlang-dev to avoid some errors in creating framework

sudo apt install erlang-dev

Install erlang-xmerl

sudo apt install erlang-xmerl

Install inotify tools

sudo apt install inotify-tools