Update docs for running collab locally (again) (#24069)
Release Notes: - N/A
This commit is contained in:
parent
d0152f9eb4
commit
39d45bcbc1
1 changed files with 7 additions and 1 deletions
|
@ -50,13 +50,19 @@ Ensure that Postgres is configured and running, then run Zed's collaboration ser
|
|||
```sh
|
||||
foreman start
|
||||
# OR
|
||||
docker compose up
|
||||
```
|
||||
|
||||
Alternatively, if you're not testing voice and screenshare, you can just run `collab`, and not the `livekit` dev server:
|
||||
|
||||
```sh
|
||||
cargo run -p collab -- serve all
|
||||
```
|
||||
|
||||
In a new terminal, run two or more instances of Zed.
|
||||
|
||||
```sh
|
||||
script/zed-local -2
|
||||
script/zed-local -3
|
||||
```
|
||||
|
||||
This script starts one to four instances of Zed, depending on the `-2`, `-3` or `-4` flags. Each instance will be connected to the local `collab` server, signed in as a different user from `.admins.json` or `.admins.default.json`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue