Codebox is a complete and extensible Cloud IDE. It cans runs on any unix machines (Linux, Mac OS X).
- Easy to run
- Fully web IDE
- Collaborative: Boxes are natively collaborative (code editor, terminals, ...)
- Extensible: Codebox is build on a very modular architecture
First of all install codebox on your machine using npm:
$ npm install -g codebox
You can now run Codebox into a directory (Codebox can only be run on GIT repository):
$ codebox run -d ./myworkspace
