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
CI Test Suite / Run Component Tests & Pipeline Verification (push) Successful in 1m33s
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user