Skip to content

Instantly share code, notes, and snippets.

@psgganesh
Created June 22, 2016 17:24
Show Gist options
  • Save psgganesh/825193a4a4d693766d93da4307c109e2 to your computer and use it in GitHub Desktop.
Save psgganesh/825193a4a4d693766d93da4307c109e2 to your computer and use it in GitHub Desktop.
Ubuntu 10.04 dev setup
sudo apt-get update
sudo apt-get install g++ curl libssl-dev apache2-utils
sudo apt-get install git-core
git clone git://github.com/ry/node.git
cd node
./configure
make
sudo make install
clear
node -v
sudo apt-get install curl
curl http://npmjs.org/install.sh | sh
sudo chown -R $USER /usr/local
clear
npm -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment