mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-25 01:34:02 +00:00
Update local-collaboration.md
Add missing livekit info
This commit is contained in:
parent
0548df09d9
commit
9389b50646
1 changed files with 5 additions and 4 deletions
|
@ -4,14 +4,15 @@
|
|||
|
||||
### Setting up for the first time?
|
||||
|
||||
Install [Postgres](https://postgresapp.com) and run it.
|
||||
|
||||
Then, from the root of the repo, run `script/bootstrap`.
|
||||
1. Make sure you have livekit installed (`brew install livekit`)
|
||||
1. Install [Postgres](https://postgresapp.com) and run it.
|
||||
1. Then, from the root of the repo, run `script/bootstrap`.
|
||||
|
||||
### Have a db that is out of date? / Need to migrate?
|
||||
|
||||
1. Make sure you have livekit installed (`brew install livekit`)
|
||||
1. Try `cd crates/collab && cargo run -- migrate` from the root of the repo.
|
||||
2. Run `script/seed-db`
|
||||
1. Run `script/seed-db`
|
||||
|
||||
## Testing collab locally
|
||||
|
||||
|
|
Loading…
Reference in a new issue