oodavid... what a blog you have!

  • Archive
  • RSS
  • Ask me anything

How to install node.js on Linux

How to install node.js on Debian-based Linux distros (Debian, Ubuntu, Mint etc)

1 - Install the dependencies (chances are you’ve already got most of these)

sudo apt-get install g++ curl libssl-dev apache2-utils

2 - Then install git (you may already have that too)

sudo apt-get install git-core

3 - Clone the node git repo…

git clone git://github.com/ry/node.git

4 - Then install

cd node
./configure
make
sudo make install

The terminal output will show whether everything went OK, but if you want to be sure

man node

Badabing

Next up: Hello world… of node.js

Right then, time to go to a New-Years-Eve party :-)

    • #nerd
  • 1 year ago
  • 4
  • Comments
  • Permalink
  • Share
    Tweet

4 Notes/ Hide

  1. hbokmann likes this
  2. insaneisnotfree reblogged this from oodavid
  3. insaneisnotfree likes this
  4. waitforjulian reblogged this from oodavid and added:
    come in handy. :)
  5. oodavid posted this

Recent comments

Blog comments powered by Disqus
← Previous • Next →

About

I'm a nerd and I like food, expect recipes written in pseudocode. I also like to doodle. And waflle on about lovely things like life - that's pretty good!

Pages

  • About me

Twitter

loading tweets…

  • RSS
  • Random
  • Archive
  • Ask me anything
  • Mobile

Effector Theme by Carlo Franco.

Powered by Tumblr