# Local Collaboration First, make sure you've installed Zed's [backend dependencies](./developing_zed__building_zed.md#backend-dependencies). ## Database setup Before you can run the `collab` server locally, you'll need to set up a `zed` Postgres database. ``` script/bootstrap ``` This script will set up the `zed` Postgres database, and populate it with some users. It requires internet access, because it fetches some users from the GitHub API. The script will create several _admin_ users, who you'll sign in as by default when developing locally. The GitHub logins for these default admin users are specified in this file: ``` cat crates/collab/.admins.default.json ``` To use a different set of admin users, you can create a file called `.admins.json` in the same directory: ``` cat > crates/collab/.admins.json <