You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mkdir rel
cd rel
../rebar create-node nodeid=graphsom
At this point, the release folder rel should contain reltool.config (release
tool configuration file). We need to tell reltool where to
find graphsom and folsom applications. This can be done by
specifying lib_dir in reltool.config as follows:
{lib_dirs, ["../../", "../deps/"]},
Since by default applications are not automatically added to the
release, we can add folsom in our release by adding the following line
in reltool.config: