News Feed
Jobs Feed
Sections




News Archive
Joshua Thijssen's Blog:
Setting up a development environment
February 06, 2012 @ 09:27:41

In a new post to his blog Joshua Thijssen gives a guide to how he usually sets up his development environments when working in PHP. It includes working with virtual machines, configuring DNS and setting up his tools to work with it all.

Doing development on multiple projects can be a burden from time to time. One project would be running on PHP 5.3, while another still needs 5.1. Sometimes you need a MySQL server, while on other occasions, you need a NoSQL solution like couchDB or MongoDB together with all kind of gearman functionality. This article shows you how I've setup such a development platform that allows you to quickly create new projects, and still maintain flexibility when you need it.

He uses VirtualBox with either a Debian or CentOS installation as a base platform. He uses Vagrant to set up and configure the machines to make setup almost automatic. He still has to go in and configure a few things like the VirtualHost and DNS settings for the site/application he's working on. Next up is setting up the tools he uses, specifically XDebug and setting up his editor of choice (PHPStorm) for remote debugging.

0 comments voice your opinion now!
development environment virtualbox debian centos mysql vagrant xdebug phpstorm dns virtualhost


blog comments powered by Disqus

Similar Posts

PHP.net: PHP 5.4 beta1 released

Job Posting: Shotfarm.com Seeks Director of Development (Chicago, IL)

Vinu Thomas' Blog: Modifying your MySQL databases to be UTF-8 compliant

DZone.com: Creating a virtual server with Vagrant: a practical walkthrough

php|architect: Stored Procedure Programming for MySQL5 (Part 2)


Community Events









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


example database code event community api unittest testing opinion functional release composer introduction phpunit zendframework2 framework interview development object language

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