Installing Adobe ColdFusion
To install Adobe ColdFusion:
- Once you have purchased a ColdFusion distribution package, copy it to your Plesk server.
- Login as 'root' to the server and run the
coldfusion-70-lin.bin installation file. - Choose your language: type the appropriate number and press ENTER.
- Read the Introduction and press ENTER to continue.
- Read carefully the end user license agreement and accept it by typing 'y' and pressing ENTER. A pre-installation check will be performed.
- To continue with installation, press ENTER.
- Choose installation type. Select the option Install new version of ColdFusion MX with a serial number: type '1' and press ENTER, and then type in the serial number. Press ENTER.
- Select the type of installation. To install ColdFusion on the server, leave the Server configuration option selected: type 1 and press ENTER.
- Type 2 and then press ENTER to confirm that you do not yet have Adobe ColdFusion installed.
- To continue with installation, type 4 and press ENTER.
- Specify an absolute path to the installation folder. The default installation folder is
/opt/coldfusionmx7. Press ENTER. - If you had earlier versions of ColdFusion installed, you can choose to migrate your settings. Otherwise press ENTER to continue.
- Type 2 and press ENTER to continue with installation.
- Leave the Runtime user name field blank. Press ENTER.
- Specify the password that you will use to control access to the ColdFusion MX Administrator.
- Disable the ColdFusion Remote Development Service (RDS): type 'n' and press ENTER.
- To continue with installation, press ENTER.
- Once the installation is completed, press ENTER to exit the installer.
- If your server is running Linux for 64-bit platforms, modify the files
/etc/init.d/coldfusionmx7 and [path_to_coldfusion_installation]/bin/coldfusion — comment out the following lines (that is, put a # symbol in the beginning of each of the following lines):
SUSEFLAG=`grep 'SuSE Linux 8.1\|UnitedLinux 1.0' /etc/SuSE-release
/etc/UnitedLinux-release /etc/UnitedLinux-release 2> /dev/null`
if [ ! "$SUSEFLAG" ]; then
LD_ASSUME_KERNEL=2.2.9
export LD_ASSUME_KERNEL
fi
- Login to Plesk control panel as administrator.
- Click the Server shortcut in the left side navigation pane.
- Click the
Updater icon in the right frame. - Click a link corresponding to the appropriate release version.
- Select the check box corresponding to the ColdFusion support for Plesk item, and click Install. Confirm the installation when prompted.
- Once the selected components are installed, click the
ColdFusion Settings icon on the Server Administration screen (Plesk control panel > Server). - Specify the path to ColdFusion installation directory and click OK.
To uninstall Adobe ColdFusion from your server:
- Log in as root.
- Issue the following command at the prompt
/opt/coldfusionmx7/uninstall/uninstall - To confirm deinstalling, press ENTER.
- When the program completes, remove any remaining files and directories in the
/opt/coldfusionmx7/ directory. - Log in to Plesk control panel as administrator, click the Server shortcut in the navigation pane, and then click the
Components icon. - Click the
Refresh icon.The list of installed components will be updated. Your control panel will find out that you deinstalled ColdFusion and will remove the ColdFusion related controls from the control panel screens or will make them unselectable and mark them with the (component is not installed) comment.
- Issue the command at the server shell
/usr/local/psa/admin/bin/websrvmng -aFor Debian Linux systems, issue the command /opt/psa/admin/bin/websrvmng -a