[erlang-questions] Yaws and rebar3

Martin Dimitrov mrtndimitrov@REDACTED
Wed Apr 25 10:02:46 CEST 2018


Hello,

I am stuck with rebar3. It generates so many directories and files that I am kind of lost �� Previously we were starting our app as:

erl.exe -sname <name> +A 1024 -setcookie <cookie> -boot start_sasl -config harmony_DEV -pa "<path-to-yaws>/ebin" -pa "../lib/rabbit_common-3.4.0\ebin" -pa "../lib/amqp_client-3.4.0/ebin" -pa "../lib/goldrush-0.1.8/ebin" -pa "../lib/lager-3.1.0/ebin" -pa "../lib/gen_smtp-0.9.0/ebin" -pa "../deps/inventory/ebin" -pa "../deps/oauth/ebin" -pa "../deps/rete/ebin" -conf "yaws_DEV.conf" -run yaws -i

Now I’ve put lager and the rabbit libs as dependencies in the rebar3 config. But do I put yaws as a dependency as well and from where the run the above command?

Thanks in advance,
Martin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20180425/cd83b19c/attachment.htm>


More information about the erlang-questions mailing list