GPL v3 Release

This commit is contained in:
chirpy
2025-08-28 15:15:56 +01:00
parent c15ade09f6
commit 2923c43f8f
494 changed files with 106870 additions and 58 deletions

22
cse/INSTALL.txt Normal file
View File

@@ -0,0 +1,22 @@
To install or upgrade cse simply do the following from the root shell via SSH:
cd /usr/src
rm -fv /usr/src/cse.tgz
wget https://download.configserver.com/cse.tgz
tar -xzf cse.tgz
cd cse
sh install.sh
rm -Rfv /usr/src/cse*
Then login to WHM and scroll to the bottom of the left hand menu and you should see "ConfigServer Explorer"
If you want to uninstall, simply:
cd /usr/src
rm -fv /usr/src/cse.tgz
wget http://download.configserver.com/cse.tgz
tar -xzf cse.tgz
cd cse
sh uninstall.sh
rm -Rfv /usr/src/cse*