Commit 0c0d9b6
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
4 files changed
+449
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
7 | 11 | | |
8 | 12 | | |
9 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments