Skip to content
Advertisement

Tag: elixir

How to use environment variables in a .service script

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

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

Advertisement