How to handle deps while using rebar to release?
问题 I'm using rebar generate to handle release, but when I start the application, the deps I use will not be found.` I can start the application manually using erl -pa ./ebin ./deps/*/ebin -s myapp . I'm wonder how to config rebar.config and reltool.config to handle dependencies? Thanks. 回答1: In order for reltool to generate a release which includes the dependencies, you will need to add them to reltool.config . I have an application called drill_instructor , which has the following reltool