Centova Technologies Forum

Centova Cast v3 => Bugs and issues => Topic started by: EVS Portugal on March 08, 2011, 05:34:17 pm

Title: Uninstall v3 BETA
Post by: EVS Portugal on March 08, 2011, 05:34:17 pm
Hi,

how can I uninstall the beta version a server with cPanel?

Thanks.
Title: Re: Uninstall v3 BETA
Post by: Centova - Steve B. on March 08, 2011, 07:19:54 pm
We should probably include an uninstaller, but for now it's manual.  It should look something like:

Code: [Select]
/etc/init.d/centovacast stop
rm -f /etc/cron.d/centovacast /etc/init.d/centovacast /etc/centovacast.conf
rm -rf /usr/local/centovacast
userdel centovacast
userdel ccuser

And I believe that's it.
Title: Re: Uninstall v3 BETA
Post by: EVS Portugal on March 09, 2011, 08:15:43 am
so I could uninstall:

# wget -O uninstall.sh uninstall.centova.com/LICENSE_KEY
# exit
# /etc/init.d/centovacast stop
# rm -f /etc/cron.d/centovacast /etc/init.d/centovacast /etc/centovacast.conf
# rm -rf /usr/local/centovacast
# userdel centovacast
# userdel ccuser