mirror of
https://github.com/20kaushik02/real-time-traffic-analysis-clickhouse.git
synced 2025-12-06 07:54:07 +00:00
14 lines
313 B
Markdown
14 lines
313 B
Markdown
# End-to-end stack management
|
|
|
|
## Windows (Powershell)
|
|
|
|
`deploy.ps1 -MasterNode` to deploy stack with current node as manager
|
|
|
|
`deploy.ps1 -downStack` to bring down stack (run from manager node)
|
|
|
|
## Linux/macOS (Bash)
|
|
|
|
`deploy.sh -M` and `deploy.sh -D` for the same
|
|
|
|
Add `-S` if Docker requires `sudo` privileges
|