openpaas-esn
openpaas-esn copied to clipboard
Empty ESN_PATH will crash docker deploy
There is no documentation about ESN_PATH and I was surprised to see docker crashing when starting openpaas for the first time
ESN_PATH ist initialized as an empty string by default, resulting in an absolute mount path for sabre, which creates a docker error on startup
ESN_PATH should either be mentioned in the docker setup docs, or it should have a fallback to "." to not create an absolute path
@RSWilli where did you add it to make it work?
I wasn't able to start it properly and abandoned openpaas as a result of that.
This can be simply fixed by doing ESN_PATH=/path/to/your/git/clone/opensaas-ens before you docker-compose upthe same like PROVISIONING=true.
@RSWilli this is reading and basics of docker (files)