Update README.md to document out/linux_server and out/win_server deployment packages
CI Test Suite / Run Component Tests & Pipeline Verification (push) Successful in 1m33s

This commit is contained in:
2026-09-04 16:05:04 +02:00
parent e1dbe32063
commit f871344da4
+13 -7
View File
@@ -195,13 +195,19 @@ LOGAR/
├── README.md # Comprehensive documentation ├── README.md # Comprehensive documentation
├── RELEASE_NOTES.md # Release history and changelog ├── RELEASE_NOTES.md # Release history and changelog
├── server_config.sample.json # Central server sample configuration ├── server_config.sample.json # Central server sample configuration
└── out/ # Edge forwarder deployment packages └── out/ # Standalone deployment documentation & sample configs
├── win_client/ ├── linux_server/
│ ├── client_config.sample.json # Reference client configuration │ ├── README.md # Linux systemd service installation & hub guide
│ └── README.md # Windows service installation & configuration guide │ └── server_config.sample.json # Reference server configuration
── linux_client/ ── win_server/
├── client_config.sample.json # Reference client configuration ├── README.md # Windows service (NSSM/Task Scheduler) installation guide
└── README.md # Linux service installation & configuration guide └── server_config.sample.json # Reference server configuration
├── linux_client/
│ ├── README.md # Linux service & timer installation guide
│ └── client_config.sample.json # Reference client configuration
└── win_client/
├── README.md # Windows service installation & configuration guide
└── client_config.sample.json # Reference client configuration
``` ```
--- ---