Collaboration quickstart
Complete the user and server flows for your first collaborative Space.
As a Duobox user
- Install and open the Duobox App.
- Sign in with your Federation account.
- Join or create an Organization through the Federation service.
- In Settings → Organizations, select the Organization discovered for the active account.
- Open the Space selector and choose the Organization.
- Create a Space if you have
manageraccess, or clone an existing Space.
Duobox discovers the Server from the Organization server_url; you do not enter a Git URL or Space Server URL.
As the server administrator
Install the CLI globally, initialize the local server, then start it in the background:
npm install -g @duobox/cli@latest
duobox server init
duobox server start
duobox server statusSign in as the Organization Owner, inspect available Organizations, and link one to this Server:
duobox login
duobox server organization list
duobox server organization link <organization-id-or-key>Organization Membership is managed through Federation. To grant a Member push access, configure the Duobox project ACL on the Server host:
duobox server organization access set <organization-id> <user-id> --role editorThe user can now push Organization Spaces while their Membership remains active.