mirror of
https://github.com/waytotheweb/scripts.git
synced 2026-03-29 20:37:08 +00:00
GPL v3 Release
This commit is contained in:
14
cmq/INSTALL.txt
Normal file
14
cmq/INSTALL.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user