Top "Rebar" questions

rebar is an Erlang build tool that makes it easy to compile and test Erlang applications, port drivers and releases.

How to run erlang (rebar build) application

I am new to Erlang world and currently can't figure out how to start my dummy erlang application. Probably, I …

erlang rebar
Stuck at {"init terminating in do_boot",{undef,[{rmbrDb,start,[],[]},

My project has a number of dependencies in .../deps, and two contained Erlang apps in .../apps. rebar.config: {sub_dirs, ["…

erlang otp rebar
How to install, compile, and utilize Rebar in Windows 8

Is this possible? All tutorials I've come across on how to build and use Rebar involve Unix commands, and I'm …

windows erlang rebar
start erlang application from command line

I have an erlang application, compiled with rebar. Normally I start it with like this: application:start(myapp). from inside …

erlang rebar
How set Erlang node name, when run an Erlang application by basho rebar from command line

I have compiled my Erlang application by using basho rebar which makes an stand-alone escript executable file. I run it …

erlang rebar
rebar: error exit on create-app: {crypto,start,[]}

I followed the instructions here, to the letter. I then ran the instruction to create an application project structure, and …

erlang rebar