cloud9 install

cd u3

vagrant snapshot list

vagrant snapshot go gnome

vagrant ssh

sudo apt-get install -y build-essential g++ curl libssl-dev apache2-utils git libxml2-dev
 
# Remove any previous version of node
sudo apt-get remove nodejs

git clone git://github.com/creationix/nvm.git ~/nvm
echo '. ~/nvm/nvm.sh' >> ~/.bashrc && . ~/.bashrc

nvm install v0.8.25
nvm use v0.8.25

npm config set registry http://registry.npmjs.org/

git clone git://github.com/ajaxorg/cloud9.git
cd cloud9/
npm install