To be able to program in ColdFusion, a ColdFusion server needs to be installed. There are a couple of options available, but the one that we are going to focus on is a local development server.
A local development server is free and allows you to develop ColdFusion applications that use all of ColdFusion’s available features. There are, however, a few limitations, such as not being able to use the server as an external web server. That being said, there are additional benefits to using a local ColdFusion development server, such as not needing to have IIS or Apache installed, but instead using the packaged web server.
To install ColdFusion, follow the steps below:
- Open up a web browser and go to: http://www.adobe.com/go/trycoldfusion/
- Sign in with your Adobe ID. If you do not have an Adobe account, click on the "Create an Adobe account" button on the left.
- Select the appropriate version of ColdFusion you wish to download. If you have a 64 bit system select 'English | Windows 64 bit', else select 'English | Windows'.
- Click "Download".
- Save the file to your desktop.
- Once downloaded, double click the file.
- Click "Next".
- Accept the terms and click "Next".
-
When you see the screen below, select "Developer Edition" and click "Next".
- Select Server configuration and click "Next".
- Leave all checkboxes selected and click "Next".
- Leave the "Enable Secure Profile" checkbox unchecked and click "Next".
- Provide a password and click "Next". Make sure you remember the password!
- Leave the location at C:\ColdFusion10\ and click "Next". If you want to install in a different location you can, but it is important to note that the install instructions will always reference C:\ColdFusion10.
- Select 'Built-in web server (Development use only)' and click "Next".
- Provide a password and click "Next". Make sure you remember the password; you will need this later on in the install process.
- Select 'Enable RDS', provide a password and click "Next". Make sure you remember the password!
- Leave the 'Automatically check for server updates' selected and click "Next".
- Click "Install".
- If you receive any Windows firewall messages, click 'Allow'.
- When the installation wizard is done, keep the 'Launch the Configuration Wizard in the default browser' selected and click "Done".
- A browser window will open. Enter your ColdFusion Administrator Password and click "Login". (This is the password from step 16)
- Once you receive the 'Setup Complete' screen, click the "OK" button.
- You will now see the ColdFusion Administrator screen. To access this screen at a later date, you can go to: http://localhost:8500/CFIDE/administrator/index.cfm
- You have now successfully installed ColdFusion 10. To access the web root, you can go to: http://localhost:8500/. The web root on the file system is C:\ColdFusion10\cfusion\wwwroot\.
- Open up a web browser and go to: http://www.adobe.com/go/trycoldfusion/
- Sign in with your Adobe ID. If you do not have an Adobe account, click on the "Create an Adobe account" button on the left.
- Select the English | MAC OS X version of ColdFusion.
- Click "Download".
- Save the file to your desktop.
- Once downloaded, double click the file.
- Click "Next".
- Accept the terms and click "Next".
-
When you see the screen below, select "Developer Edition" and click "Next".
- Select Server configuration and click "Next".
- Leave all checkboxes selected and click "Next".
- Leave the "Enable Secure Profile" checkbox unchecked and click "Next".
- Provide a password and click "Next". Make sure you remember the password!
- Leave the location at /Applications/ColdFusion10/ and click "Next". If you want to install in a different location you can, but it is important to note that the install instructions will always reference /Applications/ColdFusion10/.
- Select 'Built-in web server (Development use only)' and click "Next".
- Provide a password and click "Next". Make sure you remember the password; you will need this later on in the install process.
- Select 'Enable RDS', provide a password and click "Next". Make sure you remember the password!
- Leave the 'Automatically check for server updates' selected and click "Next".
- Click "Install".
- When the installation wizard is done, keep the 'Launch the Configuration Wizard in the default browser' selected and click "Done".
- A browser window will open. Enter your ColdFusion Administrator Password and click "Login". (This is the password from step 16)
- Once you receive the 'Setup Complete' screen, click the "OK" button.
- You will now see the ColdFusion Administrator screen. To access this screen at a later date, you can go to: http://localhost:8500/CFIDE/administrator/index.cfm
- You have now successfully installed ColdFusion 10. To access the web root, you can go to: http://localhost:8500/. The web root on the file system is /Applications/ColdFusion10/cfusion/wwwroot/.
How to install on Linux?