Cloud NVR curl: command not found
If you try to install VXG Cloud NVR on a system that does not have curl, you will see an error message similar to the one below, when you are running docker_install.sh:
CODE
DOCKER-COMPOSE IS NOT INSTALLED
bash: line 7: curl: command not found
In this case, you need to:
Install curl:
CODEsudo apt install curlIf you haven’t noticed the initial error and already executed the
start.shscript, then you need to stop the server:CODEsudo ./stop.shRemove the Docker compose components:
CODEsudo apt remove docker-composeRepeat the installation:
CODE./docker_install.sh