MiniCodeMonkey / Vagrant-LAMP-Stack

A dead-simple LAMP stack without any bells and whistles for your basic Linux/Apache/MySQL/PHP install.
431 stars 173 forks source link

Can't access projectname.local? #12

Closed AidanThreadgold closed 10 years ago

AidanThreadgold commented 10 years ago

Vagrant v.1.3.5. Virtualbox v.4.2.18. I've installed Berkshelf (both the ruby gem & vagrant plugin) and vagrant hostmanager. Running vagrant up works okay and I can ssh into the VM.

Yet when navigating to http://projectname.local/ I see "Oops! Google Chrome could not connect to projectname.local".

Interestingly when I ssh into the VM and run $ service apache2 or $ service apache it says it's an unrecognized service.

Any ideas/help would be great.

AidanThreadgold commented 10 years ago

I should've also said, I got the same error as in #11 and have removed chef.add_recipe "postfix" from the vagrantfile. It seems having set up the mounted shares vagrant doesn't go on to run the chef provision.