ColdFusion in an Enterprise Environment - Part 5 - Creating a Local development environment.
As a part of giving the developers power to move our office forward is to provide a coding environment where they don't need to worry about breaking someone else's momentum. So providing an environment where developers can code on their own machines is a must. Our office has implemented VMWare ESX, so when it came to pick local development we choose VMWare Server. Scott Lingle has posted a extra content of why we choose our of VMWare Server guest host. You can view his details here http://www.personal.psu.edu/sal21/blogs/stuff/2009/06/create-a-web-application-devel.html And Below is a snippet of his post on how to create our office's setup… Install virtual server on the machine you will be using for remote development. In my case it is my laptop. I'll refer to the machine where virtual server is installed as the 'VM host.' See, I told you that you'd have to be familiar with it. It'll get better from here. On the VM host c...