CF101 - Setup a Personal Development Enviroment.
There are many variations of things I could tell you to do to setup a Personal Development Enviroment. This article is not a all inclusive way to setup a a Personal Development Enviroment, however this is a way for me to start helping beginners setup their way to learn ColdFusion and Web Application Development from scratch. I hope then to help a few of you find jobs using this Personal Development Enviroment. Even if you make changes but if this helps you please let me know.
First I will have to assume you know HTML, however if you don’t then do not despair as I will give you code examples that will include HTML. Later I plan to make other classes available teaching HTML, CSS, Frameworks, AJAX, and more.
What do you need to setup your own machine for learning ColdFusion Programming.
- Database
- Web Server
- Web Software
- Code Editor
Some tools may combine some of these so you do not have to have seperate items.
Database
I would download the open source MySQL server and install it using the defaults.
Web Server & Web Software
- ColdFusion 9 Installation How-ToStep 1: Auto Run your CD or Double Click the installation file, you will see this screen as it extracts the compressed files.

- IntroductionWelcome to the installation Wizard of Adobe ColdFusion 9, Adobe recommends that you exit from all running applications before proceeding. This is more then a recommendation, some applications may cause the installation to fail.

- License AgreementInstallation and Use of Adobe ColdFusion 9 Requires Acceptance of the Following License Agreement. Accept the terms or end installation process now.

- Install TypeIf you do not have a serial number, select either 30-day trial or Developer Edition. NOTE: Developer Edition only allows 2 CPU’s connected at a time. Your SQL server and if your a black hat, the Reverse Proxy HTML Wrapper. If your a White Hat, then it will be your workstation computer.

- Installer ConfigurationYour choice; Server Configuration, Enterprise Multiserver configuration & J2EE Configuration. In my step-by-step example I am using the Server Configuration. If you expect server growth I would recommend Enterprise Multiserver configuration.

- Sub-Component InstallationSelect the subcomponents to install: Coldfusion 9 ODBC Services, Coldfusion 8 Search Services, ColdFusion 9 Solr Services, .NET Integration Services, ColdFusion 9 Documentation

- Select Installation DirectorySelect the directory where you want to install Adobe ColdFusion 9. The default directory is C:\ColdFusion9

- Configure Web Servers / WebsitesIf IIS is NOT installed on your system the “All IIS websites” will not be an option. You will however have the option for Apache and SUN’s version of a web server. Or if you are installing the Developer Edition you have the option for a built in web server. I recommend using the built in web server.

- Choose Adobe ColdFusion 9 Administrator LocationSelect the location of the web root for Adobe ColdFusion 9. This is where the installer places the Adobe ColdFusion 9 Administrator. This directory must be the web root for one of the websites to be configured for use with Adobe ColdFusion 9. If configuring an IIS website, you must set scripts to be executable. Default directory: C:\inetpub\wwwroot

- Administrator PasswordEnter the password that you will use to restrict access to the ColdFusion Administrator. *This field is required.

- Enable RDSThe ColdFusion Remote Development Servers (RDS) lets developers using Adobe tools remotely connect to this server for development purposes. RDS is required for Line Debugging, Report Builder, and Dreamweaver Extensions. YOU WILL WANT THIS. Unless this is a production server and you have already debugged and tested your applications.

- Pre-installation SummaryReview the installation options, Type, Licensing, Directories and Server Information.

- Installing Adobe ColdFusion 9Congratulations! You’re on your way to developing the next generation of web applications with Adobe ColdFusion 9.




- Please WaitPlease wait, Adobe Coldfusion 9 is being configured for your system. This may take a moment…

- Installation Complete
You have successfully completed the first step in installing Adobe ColdFusion 9.
Code Editor
There is several choices CFEclipse or NotePad++. I would choose CFEclipse for now. You have to install Eclipse and then read the instructions on CFEclipse website on how to add CFEclipse to Eclipse.
Try going on your machine that you have installed. http://localhost:8500/cfide/administrator/index.cfm If you have used a password
After you have this installed then you can start working on the Beginner ColdFusion Applications.
Popularity: 47% [?]
No Comments
No comments yet.
RSS feed for comments on this post. TrackBack URI
Leave a comment
You must be logged in to post a comment.
