|
|
|
|
|
by zambal
2541 days ago
|
|
> deployment is terrible like really bad I've seen this stated many times as one of the big drawbacks of Beam languages. But using Distillery with Elixir, it's very easy to generate a release that's completely self contained. Just extract a tarball on a freshly installed system and you are ready to go.
If your target platform differs from the one you are compiling your project on, there are various options for cross compiling too |
|