Closed melissamcewen closed 8 years ago
Hi Melissa.
Thanks for your pull requests.
Are you sure that your vagrant sites don't work without port specified in URLs?
Under normal circumstances all should work fine if you would add virtual machine's IP to hosts file:
192.168.33.10 local.dev
8080 is forwarded port on your local environment, so it seems you've added 127.0.0.1 instead of 192.168.33.10.
Anyway thanks for pointing it out. README file for sure needs to include information about hosts file.
Aha you're right of course, I've edited the language to reflect this.
I had a bit of trouble with this, so I thought it would be helpful for others to add this information.