= Cordova = In CentOs 6.6 install the following: * cd /tmp * wget http://nodejs.org/dist/v0.10.12/node-v0.10.12.tar.gz * yum -y groupinstall "Development Tools" * ./configure * make clean * make * make install * cd ~ * npm install -g npm@latest * npm install -g cordova * cordova create hello com.example.hello HelloWorld * cd hello