Prepare ERP source for Gitea deployment
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# Local Storage Agent (Branch) — Generator
|
||||
|
||||
Generates a small package to run on a branch PC to create / maintain folder structure.
|
||||
|
||||
## Generate
|
||||
```bash
|
||||
python tools/storage_agent/generate_agent_package.py --branch-id 1 --storage-root "D:\\AuditFirm\\TenantA\\Branch1" --output "./agent_branch1"
|
||||
```
|
||||
|
||||
Then on the branch PC run:
|
||||
- `ensure_folders.bat`
|
||||
|
||||
Later upgrades:
|
||||
- package as EXE
|
||||
- run as scheduled task / service
|
||||
- sync/backup
|
||||
Reference in New Issue
Block a user