I am using Pow to serve a Rack application on Mac OS X. http://myapp.dev
correctly displays the application. On the same machine I am using VMware Fusion to run Windows 7 while sharing the Mac's network connection. I would like to test the Rack application using Internet Explorer within the VM. http://vmnet8.adapter.ip.address
correctly displays the "Pow is installed screen". However, htttp://myapp.dev
no longer works.
I understand that Pow creates a DNS resolver and uses it's own DNS server to intercept domains ending in ".dev" and redirect them to localhost. Is it possible to get this to work within the VM also?
Create a symlink in your ~/.pow
directory called default
, and point it to the app you would like to test in VMWare. http://vmnet8.adapter.ip.address
will now use that app instead of presenting the default pow screen, as will http://<myhostname>.local
.