php - Homestead 2.0 - Trouble adding new L5 site -
i'm having lot of trouble trying add new l5 site homestead. i've got 2 laravel 4.2 sites running. i've added homestead.yaml, added hosts file , provisioned vm. iv'e ssh'd in , run serve command.
even tried destroying vm , re creating it, hosts file issue, if ssh in , ping newsite.dev times out, can ping oldsite.dev.
i can see site in /var/nginx/sites-available , /var/nginx/sites-enabled.
running osx 10.11.1
does have suggestions further debugging?
thanks, charlie
for reference: homestead.yaml
both prism.app , windsong.app sites work no issue, shop.app problem.
ip: "192.168.10.10" memory: 2048 cpus: 2 provider: virtualbox authorize: ~/.ssh/id_rsa.pub keys: - ~/.ssh/id_rsa folders: - map: "~/dev/apps/www" to: "/home/vagrant/apps" type: "nfs" sites: - map: prism.app to: "/home/vagrant/apps/prism/public" - map: windsong.app to: "/home/vagrant/apps/windsong/public_html" - map: shop.app to: "/home/vagrant/apps/shop/public" databases: - homestead - prism - windsong - shop variables: - key: app_env value: local
try adding
shop.app 192.168.10.10
to /etc/hosts
also try running sudo killall -hup mdnsresponder
in terminal.
Comments
Post a Comment