JBuddy-CF_readme.txt Copyright 2005-2012, Zion Software, LLC. All Rights Reserved. ================================================================ Installation notes for graphical and non-graphical environments ================================================================ For graphical installation: --------------------------- 1. ** Shutdown ColdFusion ** 2. Double click on the JBuddy-CF_ui_installer.jar file or execute this command from a command window: java -jar JBuddy-CF_ui_installer.jar 3. Proceed with the installer to completion. 4. Start ColdFusion and follow the instructions in GettingStartedGuide.html found in the gateway/docs/JBuddy-CF directory. For non-graphical installation: ------------------------------- ** The terminal commands assume a /bin/sh environment ** 1. ** Shutdown ColdFusion ** 2. copy the JBuddy-CF_no_ui.zip file to the {cf.root} location. 3. cd {cf.root} then unzip JBuddy-CF_no_ui.zip to unzip the contents. 4. type: export INSTALL_PATH=`pwd` 5. cd {cf.root}/bin, then run JBuddyCF-BackupOriginalFiles.sh on a unix-based machine (linux, solaris, os x, etc). 6. Start ColdFusion and follow the instructions in GettingStartedGuide.html found in the gateway/docs/JBuddy-CF directory. ================================================================ Uninstaller notes for graphical and non-graphical environments ================================================================ Note: all installed files will be removed even if they were modified For graphical uninstaller ------------------------- 1. ** Shutdown ColdFusion ** 2. Double click on {cf.root}\Uninstaller\uninstaller.jar and DO NOT check the Box to Force deletion of {cf.root} 3. Click OK to uninstall JBuddy-CF. 4. Start ColdFusion 5. Manually remove the Event Gateways created with JBuddy-CF For non-graphical uninstaller ----------------------------- ** The terminal commands assume a /bin/sh environment ** 1. ** Shutdown ColdFusion ** 2. cd {cf.root} then type: export INSTALL_PATH=`pwd` 3. cd bin, then run JBuddyCF-RestoreOriginalFiles.sh on a unix-based machine (linux, solaris, os x, etc). 4. Start ColdFusion 5. Manually remove the Event Gateways created with JBuddy-CF