running an Erlang OTP application on a production Linux server

Jim Morris wolfmanjm@REDACTED
Mon Sep 20 02:33:18 CEST 2010


I recently needed to deploy a full blown OTP application on a
production Linux server, with all the always up, auto restart if VM
dies, start on server boot etc.

After much Googling and reading I came up with my own (convoluted)
solution which I hope others will find interesting.

http://blog.wolfman.com/articles/2010/9/19/running-erlang-otp-applications-as-daemons-on-ubuntu-servers

My take is that if Erlang were able to capture and handle Linux
signals like TERM within an OTP application my job would have been a
lot simpler :)




More information about the erlang-questions mailing list