Copy workspace to cloud9

I have a workspace configured with dependencies installed, etc. I would like to create a copy of this workspace for my employees so that they cannot go through the whole setup process. (What I want is similar to the functionality the tramp provides, but I want to do it on the ninth cloud.)

I saw that there is a way to clone workspaces that I thought did this, but it looks like it's just cloning from a GitHub repository, etc. I know that I can share the exact workspace so that we both print in the same editor, but I don't want that.

Is there a way to do what I want?

+5
source share
1 answer

There is no Cloud9 cloning feature yet, but this is what we are working on. At the moment, the best way to do this would be through Git using the "Clone from URL" function that you already found.

Update: As of March 2016, Cloud9 supports workspace cloning.

To clone a workspace:

  • Go to control panel
  • Find the workspace you want to clone.
  • Click "Clone"
  • Set a name for your workspace, select public / private, and you will have an exact copy of the cloned workspace.
+6
source

All Articles