zed/docs/local-collaboration.md
Nate Butler a67eba9fed
Create local-collaboration.md
I forget how to do this every single time 😅
2023-06-27 09:51:30 -04:00

642 B

Local Collaboration

Setting up the local collaboration server

Setting up for the first time?

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?

Try cd crates/collab && cargo run -- migrate from the root of the repo.

Testing collab locally

  1. Run foreman start from the root of the repo.
  2. In another terminal run script/start-local-collaboration.
  3. Two copies of Zed will open. Add yourself as a contact in the one that is not you.
  4. Start a collaboration session as normal with any open project.