Open gpad opened 8 years ago
Hi, starting from scratch when I execute rebar3 release everything work fine, but when I execute rebar3 run I receive this strange error:
rebar3 release
rebar3 run
===> Verifying dependencies... ===> Compiling tanodb ===> Running cuttlefish schema generator ===> Starting relx build process ... ===> Resolving OTP Applications from directories: /home/gpad/workspace/riak/little_riak_core_exercise/tanodb/_build/default/lib /home/gpad/workspace/riak/little_riak_core_exercise/tanodb/apps /home/gpad/.kerl/erlang-releases/17.5/lib /home/gpad/workspace/riak/little_riak_core_exercise/tanodb/_build/default/rel ===> Resolved tanodb-0.1.0 ===> Dev mode enabled, release will be symlinked ===> release successfully created! vm.args needs to have a -name parameter. -sname is not supported. couldn't find 'nodename' in ../tanodb_config/tanodb.conf $PWD is /home/gpad/workspace/riak/little_riak_core_exercise/tanodb
If I run make console everything is ok. Can you help me please?
make console
For the dev profile, make release solves this. For the dev*, I've just removed this line:
dev
make release
dev*
RUNNER_ETC_DIR="${RUNNER_ETC_DIR:-../tanodb_config}"
from config/admin_bin
config/admin_bin
Hi, starting from scratch when I execute
rebar3 release
everything work fine, but when I executerebar3 run
I receive this strange error:If I run
make console
everything is ok. Can you help me please?