Forked from douglascorrea/install-nodejs-amazon-ec2-centos
Created
August 16, 2016 10:47
-
-
Save davepoon/c56b07ae2d574eddf672d40dbd1910e5 to your computer and use it in GitHub Desktop.
Revisions
-
douglascorrea revised this gist
Jun 6, 2016 . 1 changed file with 1 addition and 1 deletion.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 @@ -2,7 +2,7 @@ sudo yum install openssl openssl-devel sudo yum groupinstall "Development Tools" sudo yum install git-core git clone git@github.com:nodejs/node.git cd node ./configure -
douglascorrea revised this gist
Jun 6, 2016 . 1 changed file with 1 addition and 1 deletion.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 @@ -16,5 +16,5 @@ sudo yum install curl sudo su PATH=$PATH:/home/ec2-user/node export PATH curl https://www.npmjs.com/install.sh | sh exit -
douglascorrea renamed this gist
Jul 24, 2014 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
douglascorrea renamed this gist
Jul 24, 2014 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
douglascorrea renamed this gist
Jul 24, 2014 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
douglascorrea renamed this gist
Jul 24, 2014 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
douglascorrea renamed this gist
Jul 24, 2014 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
douglascorrea renamed this gist
Jul 24, 2014 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
douglascorrea created this gist
Jul 24, 2014 .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,20 @@ sudo yum install openssl openssl-devel sudo yum groupinstall "Development Tools" sudo yum install git-core git clone git://github.com/joyent/node.git cd node ./configure make sudo make install node -v sudo yum install curl sudo su PATH=$PATH:/home/ec2-user/node export PATH curl http://npmjs.org/install.sh | sh exit