Installation
Windows
Installation instructions for Windows systems
Approximate setup time: 15 minutes
Prerequisites
You will need the following software installed on your system:
Installation
Choose a location on your machine with sufficient storage for ALPR recognitions (at least 50GB recommended), create a new directory, and run the installation script.
- Open PowerShell with administrator priveleges and create a new directory where you would like to install:
- Allow permission to run the script:
- Run the installation script:
The script will automatically:
- Set up the necessary directories
- Download the Docker Compose configuration
- Start the database containers
The application should now be running at
http://localhost:3000
Copy Your API Key
- Access the app's web interface at
http://localhost:3000
(or your server's IP address) - Click the gear icon in the bottom left corner and navigate to the security section
- Copy your API key from the bottom of the page
Configure Blue Iris
We will now configure an alert action for the camera in Blue Iris to send the response from the AI to the database.
- Open the settings for your ALPR camera in Blue Iris
- Navigate to Alert tab and open your alert actions with the
On Alert
button at the bottom of the window - Click on the
+
button to add a new alert and select typeMQTT/Web Request
- Configure the alert with the following payload, replacing
[docker-ip]
with the IP address of your docker machine:
look like this:
Done!
You're now collecting and storing your ALPR data. New detections will appear in the live feed.