seiffert / symfony-vagrant

This is a project template which enables you to get Symfony2 projects up and running on a Vagrant VM really quickly.
45 stars 10 forks source link

Unable to access app.dev #8

Closed dupuchba closed 11 years ago

dupuchba commented 11 years ago

Hello again,

I installed all the vbox has you told us to do so in the README file but the server is not accessible at the @ app.dev which is the one configured... Helpppp I am becoming crazy as I am not at all a sysadmin!

seiffert commented 11 years ago

Could you please copy&paste the contents of your Personalization file into this issue?

dupuchba commented 11 years ago
# Name of the vhost to create
$vhost = "app"

# VM IP
$ip = "192.168.10.42"

# Use NFS?
$use_nfs = true

# Base box name
$base_box = "lucid32"
seiffert commented 11 years ago

Ok, did you update your /etc/hosts file accordingly?

seiffert commented 11 years ago

ping?

dupuchba commented 11 years ago

yes sorry, its working fine. I am now struggling for 10 hours to set up vagrant on one of my collegues macbook air with nfs not working! it seems to be a common problem that make people kill themselves... Can't wait working on real programs :)

seiffert commented 11 years ago

well, if NFS does not work on your colleague's laptop for whatever reason, he can still set the $use_nfs option to false and run the box with virtual box sf...

Can I close this issue?

dupuchba commented 11 years ago

yep sry

seiffert commented 11 years ago

no worries :)