Uninstall

These documentation pages are no longer maintained. Please visit the new documentation site.

Windows

Installer

Click Start - Settings - Control panel. Open Add/Remove programs and find eZ publish on the list. Highlight eZ publish and click the Change/Remove button. This will delete eZ publish 3.

In addition you might want to remove the eZ systems directory because files created after the installation of eZ publish (e.g. Apache log files) are not deleted by the usual uninstall.

Without Installer

If you did not use the installer, simply remove your eZ publish directory.

Linux and FreeBSD

Installer

1. To uninstall eZ publish you must be root. Become root by typing

# su -

and enter your root password when prompted for.

2. Go to your extracted ezpublish-xxx-xxx-i386 directory and run

# ./install.sh

3. The installer automatically searches for an existing eZ publish 3 installation and highlights choice number two on the menu. Make sure choice number 2 "Uninstall eZ publish" is selected and press Enter.

If you installed eZ publish using the installer and you deleted the extracted installer directory afterwards, don't panic. It's easy to manual uninstall eZ publish.

1. To uninstall eZ publish you must be root. Become root by typing

# su - 

and enter your root password when prompted for.

2. Before we can remove any files, we need to stop both Apache and MySQL. First go to the bin directory located in /opt/ezpublish

# cd /opt/ezpublish/bin

To stop Apache and MySQL run

# ./ezpublish stop

3. Both Apache and MySQL should now be stopped. To remove all the eZ publish files run

# rm -fr /opt/ezpublish

and remove the ezpublish lock file

# rm -f /var/state/ezpublish/ezpublish.lock

All traces of eZ publish should now be gone.

Without installer

1. To uninstall eZ publish you must be root. Become root by typing

# su - 

and enter your root password when prompted for.

3. Now to remove all the eZ publish files just run
# rm -fr /ezpublish-xxx

Mac OS X

1. To uninstall eZ publish you must be root. Become root by typing

# su -

2. Now to remove all the eZ publish files just run

# rm -fr <httproot>/ezpublish-xxx

All traces of eZ publish should now be gone.

Comments

Contents

Obsolete

Installation
    Extensions
    Installers
    Manual
    Uninstall
    Wizard
Upgrade


Created

03/07/2003
2:45:25 pm
by Bård Farstad

Last updated

03/07/2003
2:45:25 pm
by Bård Farstad

Authors

Bård Farstad



This page is part of the eZ Publish documentation. The documentation is available under the GNU Free Documentation License. All contributions will be released under the terms of this license.