Skip to content

Instantly share code, notes, and snippets.

@taka-wang
Last active December 11, 2015 03:19
Show Gist options
  • Save taka-wang/4536751 to your computer and use it in GitHub Desktop.
Save taka-wang/4536751 to your computer and use it in GitHub Desktop.
Install nodejs on ubuntu
# Install packages
sudo apt-get install g++ curl libssl-dev apache2-utils
sudo apt-get install git-core
 
# Run the following commands:
git clone git://github.com/ry/node.git
cd node
./configure
make
sudo make install
# Install express 3
sudo npm install -g express
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment