Skip to main content
Skip table of contents

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:

CODE
DOCKER-COMPOSE IS NOT INSTALLED
bash: line 7: curl: command not found

In this case, you need to:

  • Install curl:

    CODE
    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:

    CODE
    sudo ./stop.sh

  • Remove the Docker compose components:

    CODE
    sudo apt remove docker-compose

  • Repeat the installation:

    CODE
    ./docker_install.sh


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.