mirror of
https://github.com/waytotheweb/scripts.git
synced 2026-03-29 15:47:06 +00:00
GPL v3 Release
This commit is contained in:
22
cmm/INSTALL.txt
Normal file
22
cmm/INSTALL.txt
Normal file
@@ -0,0 +1,22 @@
|
||||
To install or upgrade cmm simply do the following from the root shell via SSH:
|
||||
|
||||
cd /usr/src
|
||||
rm -fv /usr/src/cmm.tgz
|
||||
wget http://download.configserver.com/cmm.tgz
|
||||
tar -xzf cmm.tgz
|
||||
cd cmm
|
||||
sh install.sh
|
||||
rm -Rfv /usr/src/cmm*
|
||||
|
||||
Then login to WHM and scroll to the bottom of the left hand menu and you should see "ConfigServer Mail Manage"
|
||||
|
||||
|
||||
If you want to uninstall, simply:
|
||||
|
||||
cd /usr/src
|
||||
rm -fv /usr/src/cmm.tgz
|
||||
wget http://download.configserver.com/cmm.tgz
|
||||
tar -xzf cmm.tgz
|
||||
cd cmm
|
||||
sh uninstall.sh
|
||||
rm -Rfv /usr/src/cmm*
|
||||
Reference in New Issue
Block a user