﻿A-HAP v3 3.5.0 - linux-x64

Install:
  sudo bash ./install-linux-service.sh

This installs PostgreSQL from the internet (the official PostgreSQL APT or YUM/DNF
repository, or your distro's default PostgreSQL package as a fallback) using the target
machine's own package manager, then installs A-HAP v3 itself as a systemd service.
Requires internet access on the target machine and one of: apt-get, dnf, yum.

Uninstall:
  sudo bash ./uninstall-linux-service.sh

After install, open:
  http://localhost:5233

Service name:
  a-hap-v3 (runs as dedicated non-root user a-hap-v3)

Install location:
  /opt/ArbiterSoft/A-HAPv3

Runtime data:
  /var/lib/a-hap-v3

Logs:
  /var/log/a-hap-v3

PostgreSQL:
  Installed as a normal system package (systemd service, not bundled with A-HAP) and
  reachable at 127.0.0.1:5432. The generated superuser password is saved at
  /var/lib/a-hap-v3/pg-superuser-password.txt (root-readable only).

This package is self-contained and does not require a separate .NET runtime on the target
Linux machine. PostgreSQL is the one dependency fetched from the internet during install.
