Cloud NVR (VXG Server) - 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
:
DOCKER-COMPOSE IS NOT INSTALLED
bash: line 7: curl: command not found
In this case, you need to:
Install curl:
sudo apt install curl
If you haven’t noticed the initial error and already executed the
start.sh
script, then you need to stop the server:sudo ./stop.sh
Remove the Docker compose components:
Repeat the installation: