QafooLabs / testing-setup

Qafoo base repository for testing workshops.
http://qafoo.com
3 stars 11 forks source link

Added Vagrant #2

Closed chrisramakers closed 11 years ago

chrisramakers commented 11 years ago

For those (like me) who need to support different php versions and don't want to install all kinds of versions of PHP and PHPUnit on their local system or just want to keep their system clean I've added a Vagrant setup to the repo.

Check the install instructions in the readme.md

beberlei commented 11 years ago

I can't get that running, the network is not resolving - any clues?

beberlei commented 11 years ago

I got it working by setting the DNS to the google DNS. We use that approach in other VMs with success

chrisramakers commented 11 years ago

Strange, normally it should use a default networking setup without much fancy stuff like bridged or host-only which might cause issues. Did you change the dns settings in the VM /etc/resolv.conf? Might be worth defaulting to the google DNS servers?

tobyS commented 11 years ago

AFAICT, this is an issue with the network emulator provided by VirtualBox. While it normally does routing fine, it fails to proxy DNS requests for whatever reason. Took us quite a while of debugging in another project. Our solution for now is to simply use the Google DNS. This works, as long as you are online.