chore: add powershell version for setup_local

This commit is contained in:
Abhishek Kumar 2026-05-14 15:01:11 +05:30
parent 4ff1f576f0
commit ae2efefa59
5 changed files with 361 additions and 32 deletions

View file

@ -57,9 +57,15 @@ The Quick Start above relies on direct peer-to-peer WebRTC between your browser
For these cases, use the alternate local setup script which configures a coturn TURN server alongside the rest of the stack:
```bash
<CodeGroup>
```bash macOS/Linux
curl -o setup_local.sh https://raw.githubusercontent.com/dograh-hq/dograh/main/scripts/setup_local.sh && chmod +x setup_local.sh && ./setup_local.sh
```
```powershell Windows
Invoke-WebRequest -OutFile setup_local.ps1 https://raw.githubusercontent.com/dograh-hq/dograh/main/scripts/setup_local.ps1
.\setup_local.ps1
```
</CodeGroup>
The script will prompt you for:
- Whether to enable coturn (answer `y`)

View file

@ -68,7 +68,7 @@ The script overwrites `docker-compose.yaml`, `nginx.conf`, and `turnserver.conf`
## Local deployment
For local Docker installs (the [Quick Start](/deployment/docker#quick-start) flow or `setup_local.sh`), there are no host-side config files to refresh — pull new images and restart:
For local Docker installs (the [Quick Start](/deployment/docker#quick-start) flow or `setup_local.sh` / `setup_local.ps1`), there are no host-side config files to refresh — pull new images and restart:
```bash
docker compose down