You are using an unsupported browser. Please update your browser to the latest version on or before July 31, 2020.
close
Updating ALPR
print icon

Mac/Linux

 

Stopping Sighthound ALPR

By default, once Sighthound ALPR has started, it will remain running until manually stopped. If you wish to stop the service:
 

  1. Open a terminal type:
    docker stop sighthound-alpr

     

Updating Sighthound ALPR

Frequent updates can be expected from the development team, and it’s recommended to check for these on a regular basis.
 

  1. Open a terminal and “cd” into the “sighthound-alpr” folder created in step 2 of the installation.
     
  2. Pull down updates if they exist:
    docker pull sighthound/alpr
  3. Stop and remove the old ALPR service container:
    docker stop sighthound-alpr && docker rm sighthound-alpr
    
  4. Create a new Docker container with the latest Sighthound ALPR:
    docker run -d --name sighthound-alpr -p 9600:9600 \
    --restart unless-stopped \
    -v ~/Desktop/Sighthound-ALPR:/var/alpr \
    sighthound/alpr
  5. Your Sighthound ALPR instance is now be updated to the latest version and is available at http://localhost:9600.

 

Windows

 

  1. Click here to begin the download. Wait for the download to finish.
     
  2. Run Sighthound ALPR Setup.exe. This file should be located in your Downloads folder or under the most recent Downloads in your browser.
     
  3. Your Sighthound ALPR instance should now be updated to the latest version.

scroll to top icon