INSTALL NODE.JS ON CENTOS /RED HAT /FEDORA (All VERSIONS)

INSTALL NODE.JS ON CENTOS /RED HAT /FEDORA (All VERSIONS)

1.Install Node from Source wget

tar xzvf nodev* && cd nodev* yum install gcc gccc++ y

./configure

make make install Note: To check node is installed by using below command

node v To run notification.js File using Below Command Upload the notification.js file in server

Go to The notification.js file path location and run nohup node .js > output.log &

e.g : # nohup node notification.js > output. log &

INSTALL NODE.JS ON UBUNTU/ DEBIAN (ALL VERSIONS)

1. aptget update y 2. curl sL | sudo bash 3. aptget install buildessential libssldev ?y 4. aptget install nodejs y

................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download