From b3e8bb0ba63f9fb8714f4fbbd1b9b22bad6cc0c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Marcos?= Date: Wed, 15 Jan 2025 16:27:40 -0300 Subject: [PATCH] Update docs for running collab locally (#23192) Mention `cargo run -p collab -- serve all`, which seem to be the easier way to run it. Release Notes: - N/A --- docs/src/development/local-collaboration.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/src/development/local-collaboration.md b/docs/src/development/local-collaboration.md index 177e997af9..eaab495eab 100644 --- a/docs/src/development/local-collaboration.md +++ b/docs/src/development/local-collaboration.md @@ -33,10 +33,12 @@ To use a different set of admin users, you can create your own version of that j ## Testing collaborative features locally -In one terminal, run Zed's collaboration server and the `livekit` dev server: +Ensure that Postgres is configured and running, then run Zed's collaboration server and the `livekit` dev server: ```sh foreman start +# OR +cargo run -p collab -- serve all ``` In a second terminal, run two or more instances of Zed.