mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
chore: add powershell version for setup_local
This commit is contained in:
parent
4ff1f576f0
commit
ae2efefa59
5 changed files with 361 additions and 32 deletions
|
|
@ -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`)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue