News Feed
Jobs Feed
Sections




News Archive
Kevin van Zonneveld's Blog:
How virtualization will improve your code
October 07, 2008 @ 12:02:00

Kevin van Zonneveld has passed along a note about one of his latest posts to his blog, this overview of how virtualization on the desktop can help you make stronger, improved code.

If you have to wait endlessly for on SVN commits, uploads or compile steps, you will simply produce less inventive code. [...] If there's one thing I've really learned, it's invest in a good testing environment.

Another trick to improve the speed & quality of development, is to virtualize your production platform to your local workstation. The fake-production server (virtual machine) will mount your code directory directly as it's webroot, and so it can serve your IDE-work instantly.

He uses the VirtualBox software to create the virtual environment (Ubuntu on Ubuntu in this case) and gives the complete steps to setting it all up:

  • Download Operating System for Virtual Machine
  • Creating/Configuring a new Virtual Machine
  • Installing the OS
  • Upgrade/Updating to the most recent software versions
  • Making it a server
  • Testing the Environment

0 comments voice your opinion now!
virtualization ubuntu virtualbox tutorial install webserver


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: PHP Built in Input filtering

Elated.com: Object-Oriented PHP: Working with Inheritance

Michael Girouard's Blog: Rolling Your Own MVC: The View

DevShed: Null and Empty Strings

TheTechLabs.com: Integrate Flex Builder 3.0 & Php easily with the fresh ZendAMF


Community Events











Don't see your event here?
Let us know!


code functional zendframework2 introduction tool object example testing podcast opinion community interview phpunit development series framework language application unittest release

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework