mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
9389b50646
Add missing livekit info
804 B
804 B
Local Collaboration
Setting up the local collaboration server
Setting up for the first time?
- Make sure you have livekit installed (
brew install livekit
) - Install Postgres and run it.
- Then, from the root of the repo, run
script/bootstrap
.
Have a db that is out of date? / Need to migrate?
- Make sure you have livekit installed (
brew install livekit
) - Try
cd crates/collab && cargo run -- migrate
from the root of the repo. - Run
script/seed-db
Testing collab locally
- Run
foreman start
from the root of the repo. - In another terminal run
script/start-local-collaboration
. - Two copies of Zed will open. Add yourself as a contact in the one that is not you.
- Start a collaboration session as normal with any open project.