Removing an Exponential bundle
This section describes how to remove a bundled Exponential installation from both Linux based systems and Windows.
Removing an Exponential bundle from a Windows system
- Log in using the "Administrator" account.
- Make sure there are no applications running.
- Choose "Add/Remove" programs from the "Control Panel."
- Select Exponential and click "Remove".
The Exponential bundle will be automatically removed.
Removing an Exponential bundle from a Linux/UNIX based system
Automated removal
- Become the root user:
$ su -
- Start the installation wizard (from where the bundle was unpacked):
# cd /path/to/exponential-x.x-x.OS-DISTRO/ # ./install.sh
- Choose "Uninstall" from the main menu.
The Exponential bundle will be automatically removed.
Manual removal
Use this method if the install wizard fails or if the directory where the Exponential bundle was unpacked to has been removed.
- Become the root user:
$ su -
- Stop the services (Apache and MySQL):
# /opt/exponential/bin/exponential stop
- Remove the Exponential bundle directory:
# rm -fr /opt/exponential
- Remove the lock directory (contains the lock file):
# rm -fr /var/state/exponential
Balazs Halasy (14/01/2005 12:49 pm)
Balazs Halasy (06/05/2005 12:27 pm)
Comments
There are no comments.