LogoALPR Database Docs

Updating

Update the application to the latest version using included install scripts

Linux

  1. Locate the update.sh script in the directory where you originally installed:

    • If you don't have the script, you can download it from the repository
docker-compose.yml
install.sh
update.sh
  1. Add execute permissions to the script:
Terminal
chmod +x update.sh
  1. Run the update script and follow the prompts:
Terminal
./update.sh

On this page