Codebox is a complete and extensible Cloud IDE. It cans runs on any unix machines (Linux, Mac OS X). It is an open source component of Codebox.io (Cloud IDE as a Service).
- Easy to run
- Fully web IDE
- Collaborative: Boxes are natively collaborative (code editor, terminals, ...)
- Extensible: Codebox is build on top of 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
Complete documentation can be found in docs.