Related questions
How can I add npm (node.js package manager) to the PATH?
I installed node.js like this:
cd /usr/local/bin/
git clone --depth 1 http://github.com/joyent/node.git
cd node
git checkout origin/v0.4 # optional. Note that master is unstable.
export JOBS=2 # optional, sets number of parallel commands.
mkdir ~/…
Installing git on a cPanel server
I need to install git on cPanel but I am finding a lot of information indicating that this is not a simple process.
I have a cPanel/WHM instance on a CentOS distribution and am trying to install git without …
This site can’t be reached Amazon Ec2
I have created an instance on Amazon EC2 then installed whm and cpnel.
I am able to access cpanel just by using my domain name ex. domainname.com/2083
but when i go to my domain mane ex. domainname.com it …