Page cover

Simple Installation

This guideline is intended for simple installation to quick start the VisionAIre products seamlessly.

If you are a developer and need more customization. Make sure you already fulfill the requirement.

triangle-exclamation

1. Create User-Defined Docker Network & Volumes

Create a user-defined bridge network:

docker network create nf-visionaire

Create docker volumes for postgresdb:

docker volume create postgres-data
Step 1: Create a user-defined docker network and volume

2. Run Postgres Container

Create Postgres Container

circle-exclamation

Init the database to run VisionAIre stream

Create a new additional database to run VisionAIre snapshot for Face Recognition analytics

Create again a new additional database to run VisionAIre dashboard

Step 2.1: Run Postgres Container
Step 2.2: create a new database namely nfvisionaire for VisinAIre stream
Step 2.2: Create a new database namely fremisn for VisionAIre snapshot (Face Recognition)
Step 2.3 Create a new database namely vdashboard for VisionAIre Dashboard and check the availability of needed databases for each services

3. Run VisionAIre Stream

circle-info

For a smooth installation, please make sure you're using VisionAIre Docker Stream version 4.57.6 or higher. Earlier versions does not support the simplified installation method we've outlined in this section.

circle-check

For Intel Version

Step 3: Run VisionAIre Docker Stream

4. Run VisionAIre Snapshot (Face Recognition)

circle-exclamation
circle-check
circle-info

You only need to do this step if you need to use Face Recognition analytic. Otherwise, you can just skip to the Dashboard installation.

Running with CPU version:

Running with GPU version:

Step 4: Run VisionAIre Docker Snapshot for Face Recognition

5. Run VisionAIre Dashboard

circle-check
Step 5: Run VisionAIre Docker Dashboard and check the availability of all needed services

Last updated

Was this helpful?