Created
June 22, 2016 17:24
-
-
Save psgganesh/825193a4a4d693766d93da4307c109e2 to your computer and use it in GitHub Desktop.
Ubuntu 10.04 dev setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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