diff --git a/src/warden-server/doc/UNINSTALL b/src/warden-server/doc/UNINSTALL new file mode 100644 index 0000000000000000000000000000000000000000..95548fc5d62eaae1665b42758929a0f706d548a9 --- /dev/null +++ b/src/warden-server/doc/UNINSTALL @@ -0,0 +1,36 @@ +Uninstallation process +====================== + +Content + + A. Overview + B. Uninstallation step + C. Post-uninstallation steps + +-------------------------------------------------------------------------------- + +A. Overview +----------- + +For uninstallation of warden-server package from local machine use uninstall.sh. + +Default uninstallation directory is /opt/warden-server/. + +For more information about uninstall.sh options run uninstall.sh -h. + +You must be root for running this script. + + +B. Uninstallation step +---------------------- + +1) Uninstall Warden server package (default installation path) + + # ./warden-server-2.1/uninstall.sh -d /opt + + +C. Post-uninstallation steps +-------------------------- + + # a2dismod ssl + # aptitude remove apache2 mysql-server libapache2-mod-perl2 apache2-mpm-prefork