Skip to content

Instantly share code, notes, and snippets.

@dirkk0
Last active December 11, 2015 21:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dirkk0/4662752 to your computer and use it in GitHub Desktop.
Save dirkk0/4662752 to your computer and use it in GitHub Desktop.
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs npm
sudo apt-get install git screen
git clone git://git.eclipse.org/gitroot/orion/org.eclipse.orion.client.git
cd org.eclipse.orion.client/modules/orionode
sudo npm install
node server.js -p 8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment