Uninstalling Flogo Enterprise
Use the following procedure to uninstall Flogo Enterprise:
- Open a command prompt or terminal and change directory to
<FLOGO_ENTERPRISE_HOME>/tools
. - On
Linux and Macintosh platforms, run
chmod a+x installmgr.sh
command to give yourself execute permission. - Run the appropriate installmgr script for your operating system:
- Windows:
installmgr.bat uninstall flogo <version>
- Linux and Macintosh:
./installmgr.sh uninstall flogo <version>
- Windows:
- Remove any backup copy of
<FLOGO_ENTERPRISE_HOME>/data
directory that you might have created for the uninstalled version.