SCADA

macOS Installation

This guide covers package-based installation on macOS.

Download and Install

Direct download LiRAYSScada-0.1.0.pkg

Install from Finder by double-clicking the .pkg file, or:

curl -L -o LiRAYSScada-0.1.0.pkg "https://github.com/LiRAYSgj/LiRAYS-Scada/releases/download/v0.1.0/LiRAYSScada-0.1.0.pkg"
sudo installer -pkg ./LiRAYSScada-0.1.0.pkg -target /

Verify Service

launchctl print system/com.lirays.liraysscada

Log file:

  • /Library/Application Support/LiRAYSScada/logs/lirays_scada.out.log

When the service is running, open:

  • http://127.0.0.1:8245

Important paths:

  • Config: /Library/Application Support/LiRAYSScada/settings.yaml
  • Data: /Library/Application Support/LiRAYSScada/data

Uninstall

sudo lirays-uninstall