mirror of
https://github.com/waytotheweb/scripts.git
synced 2026-03-29 16:57:07 +00:00
15 lines
290 B
Plaintext
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
|