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.

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

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

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.

For Intel Version

Step 3: Run VisionAIre Docker Stream

4. Run VisionAIre Snapshot (Face Recognition)

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

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

Last updated

Was this helpful?