Overlay variables and rebar
I’m in the process of distributing an erlang application over many nodes, which is different from distributing control (via kernel …
I’m in the process of distributing an erlang application over many nodes, which is different from distributing control (via kernel …
Today I was exposed to an erlang package management tool called agner. It wasn’t something I was expecting to appear, …
I added a template for creating Nitrogen applications running on Mochiweb to rebar_templates. This repackages some existing code as a …
The rebar build tool can generate self-contained erlang applications using reltool under the hood. There is a good tutorial here, …
Added a new project to github for rebar templates. After creating a half dozen libraries without using templates, it was …
Rebar is a great tool for managing builds and dependencies in Erlang. I wanted to write a AMQP client using …