Files
ConfigServerBackups/cmq/INSTALL.txt
2025-08-28 15:15:56 +01:00

15 lines
290 B
Plaintext

# 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