Last active
December 28, 2015 18:19
-
-
Save prcongithub/7542612 to your computer and use it in GitHub Desktop.
Revisions
-
prcongithub revised this gist
Dec 3, 2013 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,4 @@ yum groupinstall "Development Tools" yum install gcc-c++ cd /usr/src wget http://nodejs.org/dist/v0.10.4/node-v0.10.4.tar.gz -
prcongithub created this gist
Nov 19, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ yum install gcc-c++ cd /usr/src wget http://nodejs.org/dist/v0.10.4/node-v0.10.4.tar.gz tar zxf node-v0.10.4.tar.gz cd node-v0.10.4 ./configure make make install yum update npm npm install forever -g