rebar is an Erlang build tool that makes it easy to compile and test Erlang applications, port drivers and releases.
I am new to Erlang world and currently can't figure out how to start my dummy erlang application. Probably, I …
erlang rebarMy project has a number of dependencies in .../deps, and two contained Erlang apps in .../apps. rebar.config: {sub_dirs, ["…
erlang otp rebarIs this possible? All tutorials I've come across on how to build and use Rebar involve Unix commands, and I'm …
windows erlang rebarI have an erlang application, compiled with rebar. Normally I start it with like this: application:start(myapp). from inside …
erlang rebarI have compiled my Erlang application by using basho rebar which makes an stand-alone escript executable file. I run it …
erlang rebarI followed the instructions here, to the letter. I then ran the instruction to create an application project structure, and …
erlang rebar