Erlang service easy deploy with Enot
In this guide you’ll learn how to add deploy feature to the Erlang service. As a result you will get a real Erlang service, with logs in `/var/log/example_service`, systemd support…
In this guide you’ll learn how to add deploy feature to the Erlang service. As a result you will get a real Erlang service, with logs in `/var/log/example_service`, systemd support…
This is step-by-step guide on how to create your Erlang service with the powerful Enot build system. Ensure you have Enot and Erlang installed locally. As a result you will…
Most of Erlang applications requires configuration variables. It can be: database credentials, metrics report hosts, some system limits and so on. Such variables can be set in application resource configuration…
Disclaimer: It is not about storing python packages in Artifactory. It is not about creating python packages in TravisCI and publishing them to Artifactory. In this article I’ll show you…