eaton / vagrant-chef-dlamp

A Chef/Vagrant setup for simple Drupal multisite hosting.
52 stars 22 forks source link

Update the readme #15

Open jh3 opened 10 years ago

jh3 commented 10 years ago

The readme had me confused for a little bit. I couldn't figure out why the site wasn't being served.

I finally realized it was because I had dev-site.local in /etc/hosts, but Vagrant was really wanting to serve stuff on dev-site.vm since this is what's in the Vagrantfile.

The readme now says to add dev-site.vm to your /etc/hosts. I also included making the "public" directory as part of step 3.