2

I have just installed cloud 9, and it is all working great for a single user, but I was hoping to install it so that multiple users could access their own workspaces.

Is there a plugin or setting I am missing? Or is this not a supported feature?

Billy Moon
  • 57,113
  • 24
  • 136
  • 237
  • Possible duplicate of [cloud9-ide collaboration in self hosted possible?](https://stackoverflow.com/questions/26696224/cloud9-ide-collaboration-in-self-hosted-possible) – PJ Brunet Jan 30 '19 at 21:06

1 Answers1

2

try to run cloud9 with bin/cloud9.sh -w ~/yourprojectfolder

Pradeep Raj
  • 339
  • 2
  • 5
  • 12
  • Thanks @Pradeep - I will try it. Is there any documentation for this, or link to relevant part of source code perhaps? – Billy Moon May 29 '14 at 11:03
  • @BillyMoon yes it's my pleasure to share with you. [link](https://github.com/ajaxorg/cloud9) this is the link that you can go through on this. – Pradeep Raj May 29 '14 at 13:25