CERN DOCUMENT SERVER SOFTWARE (CDSware) UNINSTALLATION ====================================================== Revision: $Id$ About ===== This document specifies how to uninstall the CERN Document Server Software (CDSware). See INSTALL if you look for information on how to install the system. See RELEASE-NOTES if you are upgrading from a previous CDSware release. Contents ======== 1. Quick instructions for the impatient CDSware admin 2. Detailed instructions for the patient CDSware admin 1. Quick instructions for the impatient CDSware admin ================================================== $ cd /usr/local/src/cdsware-0.9 $ gmake uninstall ## NOTE: This has not been tested yet!! $ cd .. $ rm -rf cdsware-0.9.tar.gz cdsware-0.9 $ mysql -h sqlserver.domain.com -u root -p mysql mysql> DROP DATABASE cdsware; mysql> REVOKE ALL PRIVILEGES ON cdsware.* FROM cdsware@webserver.domain.com; 2. Detailed instructions for the patient CDSware admin =================================================== $ cd /usr/local/src/cdsware-0.9 Change to the directory where you have configured and built the CDS Software. $ gmake uninstall ## NOTE: This has not been tested yet!! This will uninstall all the installed web pages, cgi scripts and database utilities from their respective directories. Note that it may happen that you will need to clean manually HTDOCS directory where all the collection pages were created. We'll test this in the coming future. Also, you may want to remove the directories manually in case you have added some non-CDSware files to the same place. $ cd .. Go to the parent directory. $ rm -rf cdsware-0.9.tar.gz cdsware-0.9 Wipe out the downloaded tarball and all the CDSware sources. $ mysql -h sqlserver.domain.com -u root -p mysql mysql> DROP DATABASE cdsware; mysql> REVOKE ALL PRIVILEGES ON cdsware.* FROM cdsware@webserver.domain.com; Ask your MySQL administrator to execute the above commands that will drop the CDSware databases and revoke access rights to the CDSware user. Good luck, and thanks for testing the CERN Document Server Software. We would be glad to hear from you on your CDSware experience: please tell us what you think and thus help us to improve the system. Thanks! - CDS Development Group