domenica 12 gennaio 2014

How-to Install Node.js on Debian Wheezy 7 32/64bit Easy Guide

Install Node.js on Debian Wheezy 32/64bit Linux


The Tutorial Show Step-by-Step How-to Install Node.js on Debian Wheezy 7 i386/amd64 Linux and Getting-Started with Web Development.


Node.js is an Amazing New High Performance Javascript Environment that is at the Same Time either a Web Server and a Web Development Framework.


The Debian Node.js Install Show Up the How-to Download and the Latest Node.js Release.


To the How-to Install Node.js on Debian Linux Bottom You Find Link to Guide with Quick-Start on Node.js Javascript Server/Framework.

Install Node.js on Debian Wheezy 7 - Featured
  1. Download Latest Node.js Binaries for Linux

    Linux node.js tar.gz
  2. Double-Click on node.js Archive and Extract into /tmp Install Node.js on Debian Wheezy 7 - Extracting Node.js
  3. Open Terminal Window
  4. Relocate Node.js
    su -c "mv /tmp/node* /usr/local/node"
  5. System PATH Setup:
    su -c "nano /etc/environment"

    If it's Empty then Add:

    PATH="$PATH:/usr/local/node/bin"

    Else Insert:

    :/usr/local/node/bin

    Ctrl+x to Save & Exit :)

    Then to Re-Load the System PATH:

    source /etc/environment
  6. User PATH Setup:
    nano $HOME/.bashrc

    Add:

    export PATH=$PATH:/usr/local/node/bin

    Latest Load the New PATH:

    source $HOME/.bashrc
  7. Node.js Quick-Start Guide

    Node.js Jump-Start
  8. Now You are Able to Getting-Started with the Node.js Development, to Look for Further Docs and Resource meet the Online Node.js Developers Community.