PalmOrder Server Windows x64
============================

Run as tray application
-----------------------
Double-click "PalmOrder Server.exe".

If the exe is not present in a development build, double-click
"PalmOrder Server.cmd". It runs the same tray application through PowerShell.

The tray menu can:
- open the admin UI in the default browser;
- open the config, data, and logs folders;
- start or stop the local server process;
- install/start/stop/uninstall the Windows Service.

Run as console
--------------
Double-click "run-console.bat" or run it from cmd.exe.

Run as Windows Service
----------------------
Run "install-service.bat" as Administrator.

The service is named "PalmOrderServer". It uses the same runtime, jar, config,
data, and logs as the tray application.

Configuration
-------------
Edit "config\application.yml" before first start or restart the server after
editing it. At minimum, change the default admin password for production use.

Admin UI
--------
http://localhost:8888/ui

Default credentials are configured in config\application.yml.

Build note
----------
Release builds should include "PalmOrder Server.exe". Build it on Windows or CI
with .NET SDK installed:

  gradlew windowsZip -PrequireWindowsTrayLauncher=true
