Path

ez.no / exponential / documentation / Installation / removing exponential / removing a bundled exponential installation


Removing a bundled Exponential installation

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

This section describes how to remove a bundled Exponential installation.

Removing an Exponential bundle from a Windows system

1. Log in using the Administrator account.

2. Make sure there are no applications running.

3. Choose Add/Remove programs from the "Control Panel".

4. Select Exponential and remove.

5. The uninstall wizard will automatically remove the Exponential bundle.

Removing an Exponential bundle from a Linux/UNIX based system
Automatic removal using the install wizard

1. Become the root user:

$ su -

2. Start the install wizard (from where the bundle was unpacked):

# cd /path/to/exponential-x.x-x.OS-DISTRO/

# ./install.sh

(If you've removed this directory after the bundle was installed: read and follow the "Manual removal" part at the end of this section.

3. From the main menu: choose "Uninstall".

The Exponential bundle will be automatically removed by the install wizard.

Manual removal
For expert users, if the install wizard fails or if the directory where the Exponential bundle was unpacked to has been removed.

1. Become the root user:

$ su -

2. Stop the services (Apache and MySQL):

# /opt/exponential/bin/exponential stop

3. Remove the Exponential bundle directory:

# rm -fr /opt/exponential

4. Remove the lock directory (contains the lock file):

# rm -fr /var/state/exponential

Comments

Contents

Installation

Normal installation
Bundled installation
Manual installation
The setup wizard
The cronjob script
Virtual Host setup
Upgrading
Adding extensions
Removing Exponential
    Removing a normal Exponential installa...
    Removing a bundled Exponential install...
    Removing a manual Exponential installa...


Created

17/09/2003
3:30:19 pm
by Balazs Halasy

Last updated

19/09/2003
10:52:13 am
by Balazs Halasy

Authors

Balazs Halasy



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