Skip to main content
Version: v2 (current)

Installation and Deployment

Guide for deploying PanDev Metrics On-Premise using Docker Compose.

Prerequisites

Step 1: Download Distribution

  1. Download the pandev_metrics_latest.zip archive from your dashboard
  2. Extract the archive to a directory on your server
unzip pandev_metrics_latest.zip -d /opt/pandev
cd /opt/pandev

Step 2: Configure Environment Variables

Edit the .env file:

nano .env

Required Variables

VariableDescriptionExample
POSTGRES_DBDatabase namepandev_metrics
POSTGRES_USERDatabase userpandev
POSTGRES_PASSWORDDatabase passwordsecure_password_123
TZTimezoneAsia/Almaty
Security

Use strong passwords! Don't leave default values.

Step 3: Start Services

docker compose up -d

Check that all containers are running:

docker compose ps

Expected result:

NAME                STATUS
pandev-metrics Up
pandev-postgres Up

Step 4: Verify

Open in browser:

http://<your-server>:8090

You will see the license key input form.

Next Step

Proceed to First Login to set up the administrator.