Thank you, guys, a lot, but I'm not going to return to releases =)<br><br>erlyvideo is just a plain unix software, like apache or sendmail, that is installed by people, that are hearing about erlang for the first time.<br>
<br>They can modify only one file in /etc/, so I need to read it before startup. But there may not be this file, so I need to look for in in other place.<br><br>I really don't see any use in releases for me, so my way of configuring applications inside erlang node is very, very convenient and it is _working_. Working inĀ  _my practice_.<br>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Nov 16, 2012 at 7:30 PM, Garrett Smith <span dir="ltr"><<a href="mailto:g@rre.tt" target="_blank">g@rre.tt</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Fri, Nov 16, 2012 at 9:19 AM, Max Lapshin <<a href="mailto:max.lapshin@gmail.com">max.lapshin@gmail.com</a>> wrote:<br>
><br>
>><br>
>> IMO application:start/1 is also a bad smell outside dev/test modes.<br>
>> When you deploy as an Erlang release, applications are started by the<br>
>> init system process.<br>
><br>
> I've tried to use releases in erlyvideo for a year and totally refused from<br>
> then and I don't see even a single reason for me to return back to them. So,<br>
> there is nothing bad in application:start/1, it is a good way to deploy and<br>
> launch system.<br>
<br>
</div>Understood. But there is a payoff in getting this to work. Understood though :)<br>
<br>
I want to set aside some time to check out Eric Merrit's relcool (I<br>
came up with the name :)<br>
<br>
<a href="https://github.com/erlware/relcool" target="_blank">https://github.com/erlware/relcool</a><br>
<div class="im"><br>
> There is a nice startup function now in erlyvideo, that does all setup<br>
> (which differs for runtime and for tests), it loads<br>
> all data from config file.<br>
<br>
</div>Reinventing the wheel, but that's cool - it's not a complicated wheel.<br>
<div class="im"><br>
> application config file is a bad place for configuring your application,<br>
> because it generates nowadays from app.src and exists somewhere in<br>
> /usr/lib/...<br>
><br>
> configuration file lives in /etc/<br>
<br>
</div>You're confused. App config has nothing to do with app.src and<br>
certainly lives in /etc/<br>
<br>
It's the file you pass here:<br>
<br>
erl -config CONFIG<br>
<span class="HOEnZb"><font color="#888888"><br>
Garrett<br>
</font></span></blockquote></div><br></div>