r8 / vagrant-lamp

My default LAMP development stack for Vagrant
http://r8.github.io/vagrant-lamp/
753 stars 255 forks source link

Adding hosts configuration info to Readme.md #130

Closed melissamcewen closed 8 years ago

melissamcewen commented 9 years ago

I had a bit of trouble with this, so I thought it would be helpful for others to add this information.

r8 commented 9 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.

melissamcewen commented 9 years ago

Aha you're right of course, I've edited the language to reflect this.