setup
setup copied to clipboard
Generic setup utility for Erlang-based systems
Will there be an update for Erlang 24 that removes erlang:get_stacktrace/0? ``` setup.erl:944: "~p~n", [Error, erlang:get_stacktrace()]), setup.erl:1163: [Error, erlang:get_stacktrace()]). setup.erl:1588: Error = {EndLine,?MODULE,{Class,Reason,erlang:get_stacktrace()}}, ```
Setup fails to build when used as a hex dependency in mix and compiled with rebar3 bare compiler. It can be compiled with rebar 2.6.2 from mix. The error with...
Trying to find a better way to map `setup`'s `home()`, `data_dir()` and `log_dir()` to the structure of `zomp`. One particular point of friction is that `zomp` provides an `etc` dir...
Having start phase errors crash `setup_srv` causes very noisy node shutdown. This change catches the error and performs a much cleaner shutdown.
Some adaptations for the `zomp` packaging system, plus some additional functions from the `file` API that are slightly modified to also work on data residing in zip archives.