Erlang Run On Start

[Solved] Erlang Run On Start | Erlang - Code Explorer | yomemimo.com
Question : erlang run on start

Answered by : wideeyed-fox

%% add path, add config (if you use environment vars), and start app.
erl -pa ebin/ deps/*/ebin -config etc/app.config -s myapp 

Source : | Last Update : Mon, 09 Aug 21

Answers related to erlang run on start

Code Explorer Popular Question For Erlang