Wiki に記載されている次のコマンドを実行して、CentOS 5/cPanel サーバーに node.js をインストールするには、どのディレクトリに移動する必要があるのか 疑問に思っています。
git clone --depth 1 https://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 ~/local
./configure --prefix=$HOME/local/node
make
make install
echo 'export PATH=$HOME/local/node/bin:$PATH' >> ~/.profile
source ~/.profile
お知らせ下さい。