问题
Is it possible to have the collaboration and workspace sharing features in a self-hosted environment built from https://github.com/ajaxorg/cloud9?
回答1:
it is possible with the newer version from https://github.com/c9/core, just pass --collab
flag to the server.js
script
回答2:
The --collab
flag activated the "Share" and "Collaborate" buttons for me, but the actual feature doesn't work. When adding a user, I get
Error adding workspace member: Cannot POST /api/collab/0/members/add?silent=false&access_token=token
Any solution to this? I feel like passing the --collab
flag is more of a hack than anything and not intended to be run on self-hosted users, only for Cloud9 servers.
来源:https://stackoverflow.com/questions/26696224/cloud9-ide-collaboration-in-self-hosted-possible