Skip to content

Instantly share code, notes, and snippets.

@prcongithub
Last active December 28, 2015 18:19
Show Gist options
  • Select an option

  • Save prcongithub/7542612 to your computer and use it in GitHub Desktop.

Select an option

Save prcongithub/7542612 to your computer and use it in GitHub Desktop.

Revisions

  1. prcongithub revised this gist Dec 3, 2013. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions nodejs
    Original 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
  2. prcongithub created this gist Nov 19, 2013.
    10 changes: 10 additions & 0 deletions nodejs
    Original 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