[erlang-questions] starting otp application dependencies
Daniil Churikov
ddosia@REDACTED
Fri Apr 10 18:00:19 CEST 2015
Generally, if you use releases in production, to avoid some weird bugs I'd
suggest
using releases in development as well. This may be cumbersome to certain
extent,
but may be improved in a several ways:
1. relx have a `--dev-mode` flag, to create symlinks on libs you are using
2. hot code reload tool, like sync https://github.com/rustyio/sync
2015-04-08 12:48 GMT+01:00 Nicolas Martyanoff <khaelin@REDACTED>:
> On 2015-04-08 13:43, Sergej Jurečko wrote:
> > application:ensure_all_started(app).
>
> Exactly what I needed. Thank you !
>
> Regards,
>
> --
> Nicolas Martyanoff
> http://wandrian.net
> khaelin@REDACTED
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20150410/c246c3cb/attachment.htm>
More information about the erlang-questions
mailing list