Instalación local

Install:

git clone https://github.com/ajaxorg/cloud9.git
cd cloud9
npm install
The above install steps create a cloud9 directory with a bin/cloud9.sh script that can be used to start Cloud9:

bin/cloud9.sh
Optionally, you may specify the directory you'd like to edit:

bin/cloud9.sh -w ~/git/myproject
Cloud9 will be started as a web server on port -p 3131, you can access it by pointing your browser to: http://localhost:3131

Casiano Rodriguez León 2015-01-07