Skip to content

Commit 0c0d9b6

Browse files
docs: add comprehensive server setup guide
Add docs/server-setup.md covering: - Docker Compose quickstart - Configuration (database, cache, queue, auth) - Health checks and server capabilities - Worker connection (PHP, Python, custom languages) - CLI usage - Deployment (Docker, Kubernetes) - API reference (control plane, worker protocol, system) - Troubleshooting Cross-link from: - docs/sdks/python.md: Link to server-setup instead of worker-protocol - docs/cli.mdx: Reference server-setup in configure section - docs/installation.md: Add alternative server option for polyglot/non-Laravel Addresses Python SDK and polyglot user needs for standalone server guidance. Fixes #261 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 48a36b6 commit 0c0d9b6

File tree

4 files changed

+449
-2
lines changed

4 files changed

+449
-2
lines changed

docs/cli.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dw --version
3030

3131
## Configure
3232

33-
Point the CLI at your server:
33+
Point the CLI at your server. See [Server Setup](/docs/2.0/server-setup) to deploy a server.
3434

3535
```bash
3636
export DURABLE_WORKFLOW_SERVER_URL=http://localhost:8080

docs/installation.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ sidebar_position: 2
44

55
# Installation
66

7+
This guide covers installing the Durable Workflow PHP package for Laravel applications.
8+
9+
**Alternative**: For polyglot environments, Python workers, or non-Laravel deployments, see [Server Setup](/docs/2.0/server-setup) to run the standalone server.
10+
711
## Requirements
812

913
Durable Workflow requires the following to run:

docs/sdks/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The SDK targets the same durable model as the PHP package — instance IDs, run
1111
## Requirements
1212

1313
- Python 3.10 or later
14-
- A running [Durable Workflow server](/docs/2.0/configuration/worker-protocol)
14+
- A running [Durable Workflow server](/docs/2.0/server-setup)
1515

1616
## Installation
1717

0 commit comments

Comments
 (0)