Uninstall Procedure
To fully uninstall siteZen and remove all user sites, please follow all the steps below. If you simply need to uninstall because you specified an incorrect hostname or changed your hostname, follow steps 1-3, and 5-7. You may then re-install the software.
- Edit your http.conf file and remove everything beginning with 'The following lines are added for the siteZen Site Builder Tool' and 'End of siteZen-added lines'.
- Restart the web server
- Stop the daemon - /etc/rc.d/init.d/zendaemon stop
- Remove it from initd - /sbin/chkconfig --del zendaemon
- Remove zen etc directories - rm -R -f /etc/zen
- Remove zen software - rm -R -f /usr/local/sitezen
- Drop database sitezen_master (master install only - slaves don't have a sitezen_master)
- Remove any of the following mySQL users: zendaemon, zenlocal, zensetup, zenusers (not necessary if you plan to re-install)
- If you want to delete end-users sites, drop any database ending in _sitemagixprod (DO NOT do this if you plan to re-install)
Note that if you reinstall siteZen you will have to activate and upgrade users again. |