I created a release using rebar3 but I have issues running/booting the app on my remote server.
When i run the following command:
$> /home/app/releases/0.0.1# erl -boot start
I get the following error:
{"init terminating in do_boot",'cannot expand $ERTS_LIB_DIR in bootfile'}
init terminating in do_boot (cannot expand $ERTS_LIB_DIR in bootfile)
Crash dump is being written to: erl_crash.dump...done
What am I doing wrong?