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
├── RELEASE_NOTES.md # Release history and changelog
├── server_config.sample.json # Central server sample configuration
└── out/ # Edge forwarder deployment packages
├── win_client/
│ ├── client_config.sample.json # Reference client configuration
│ └── README.md # Windows service installation & configuration guide
── linux_client/
├── client_config.sample.json # Reference client configuration
└── README.md # Linux service installation & configuration guide
└── out/ # Standalone deployment documentation & sample configs
├── linux_server/
│ ├── README.md # Linux systemd service installation & hub guide
│ └── server_config.sample.json # Reference server configuration
── win_server/
├── README.md # Windows service (NSSM/Task Scheduler) installation 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
```
---