Flaws in my PHP development setup - sharing sources causing lags
- by Wiktor
I have following development setup for my PHP projects:
Working station running on Windows 7 with PhpStorm IDE.
GIT for version controlling.
CentOS on virtual machine (VirtualBox) with Apache and MySQL (copy of production server).
So far, I've been sharing project's source folders between host and guest systems and it was working quite well…