initial commit
This commit is contained in:
17
README.md
Normal file
17
README.md
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
# burnEngine
|
||||||
|
|
||||||
|
Swarm-based WordPress deployer (per-site stacks; MySQL/Redis isolated).
|
||||||
|
|
||||||
|
## Quickstart
|
||||||
|
```bash
|
||||||
|
# 1) Networks (once)
|
||||||
|
scripts/bs-networks.sh
|
||||||
|
|
||||||
|
# 2) Label workers into pools
|
||||||
|
scripts/bs-label-workers.sh
|
||||||
|
|
||||||
|
# 3) Deploy gateway (NPM) on managers
|
||||||
|
docker stack deploy -c stacks/gateway-stack.yml gateway
|
||||||
|
|
||||||
|
# 4) Scaffold + deploy a site (stack name = domain minus TLD)
|
||||||
|
scripts/bs-scaffold-site.sh weblabs.press
|
||||||
Reference in New Issue
Block a user