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.
-
Download Latest Node.js Binaries for Linux
- Double-Click on node.js Archive and Extract into /tmp
- Open Terminal Window
- Relocate Node.js
su -c "mv /tmp/node* /usr/local/node"
- 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
- User PATH Setup:
nano $HOME/.bashrc
Add:
export PATH=$PATH:/usr/local/node/bin
Latest Load the New PATH:
source $HOME/.bashrc
Node.js Quick-Start Guide
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.