In order to deploy Elixir/Phoenix app I need to install Erlang, Elixir and mix on a server, correct? I haven’t found any straightforward way to do that, especially the laterst versions. How can I do it? In Ubuntu or CentOS. Answer Have you done any research?
Tag: phoenix-framework
How to setup Elixir project to use RabbitMQ via amqp?
I want to use rabbitMQ from my elixir phoenix app via amqp. I followed tutorial on official website but still during mix.deps compile, I get an error: Terminal screenshot I added only :amqp and {:amqp, “~> 0.1.4”}, in mix.exs file: What changes I need to make, to have my elixir app work with rabbitMQ? Thank you Answer It is a