I have an elixir project on a linux server. I have created a .service script which will start and stop the application with the following commands The .service file looks something like this… It works as expected, the one exception being that it will not read the environment variables. I can give the application access to them by adding them
Tag: elixir
How to properly install Erlang, Elixir and mix on a server?
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?
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
Elixir: Installing Elixir on Ubuntu kills running Couch DB instance
Recently tried to install Elixir on Ubuntu 12.0.4 with the instructions found here (basically using apt-get install elixir) – http://elixir-lang.org/install.html Once the installation had completed, I found that I could not reach the CouchDB instance running on – http://localhost:5984. So I tried to remove and reinstall Couch itself. After doing so, I still couldn’t reach CouchDB on localhost. Only after