Imprion Blagajna (Imprion PoS) - Linux / macOS
==============================================

Install
-------
1. Extract this archive to its permanent location, e.g. /opt/imprion.
   The service records the absolute path of this directory - moving it
   later requires uninstall + install.
2. Run: sudo ./install.sh
   This registers and starts the "ImprionBlagajna" system service
   (systemd on Linux, launchd on macOS).

Requirements
------------
- The print service runs on a Java runtime:
  - macOS: the service downloads it on first start (into bin/java), so no
    Java installation is required.
  - Linux: install a Java runtime from your distribution's package manager
    (java must be on PATH).
- The web interface listens on port 80.

Manage
------
Start:     sudo ./ImprionPoS -service=start
Stop:      sudo ./ImprionPoS -service=stop
Restart:   sudo ./ImprionPoS -service=restart
Uninstall: sudo ./uninstall.sh

The service self-updates from versions.pos.imprion.cloud.
