# To install or upgrade cmq simply do the following from the root shell via SSH:

cd /usr/src
rm -fv /usr/src/cmq.tgz
wget http://download.configserver.com/cmq.tgz
tar -xzf cmq.tgz
cd cmq
sh install.sh
rm -Rfv /usr/src/cmq*

# If you want to uninstall, simply:

cd /etc/cmq
sh uninstall.sh
