Monthly Archives: April 2014

Installing NodeJS on CentOS 5 without Compiling

The EPEL repo for CentOS 5.x doesn’t include node. So it’s either compile or grab the precompiled executable. The latter is a lot faster. 1. Download the tar file from Nodejs.org: 1wget http://nodejs.org/dist/v0.10.26/node-v0.10.26-linux-x64.tar.gz 2. extract 1tar xvf node-v0.10.26-linux-x64.tar.gz 3. remove … Continue reading

Posted in Uncategorized | Leave a comment