-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work on Windows 7 #48
Comments
I think the ports between guest and host need to match on Windows. I changed Vagrantfile to reflect:
Then run |
Thanks for tip. I tried that, but it didn't help. I have noticed some failed dependency error messages during vagrant up. I took a screenshot of the errors: http://i.imgur.com/8EZCrl6.png |
Hi Petr, Do you have the latest copy of the code? I haven't seen the Postgres install issues like that in a while. Also those shouldn't keep the box from coming up. I'm curious about the first issue you mentioned seeing:
I haven't seen that before and I'm not entirely clear on what you're seeing. I personally haven't run this on Windows before but I know of some other people who have so let me see if anybody else has feedback. |
@dampe I've been running this on Windows 7 for a while now, and it works perfectly. Are you able to provide a copy of all the output generated during the |
Hey, sorry for late answer. I tried this once again and I noticed, that it actually works, but only in Firefox. It's quite possible, that I was previously using chrome or IE - none of these works. "Oops! Google Chrome could not connect to localhost:8888". This is definitely weird. I checked the network settings for both IE and Chrome, but everything seems to be ok. I am often using all these three browsers during the day without any issues. Any idea why only Firefox should actually show the Laravel welcome page? @LimeBlast I somehow got output from console, so I made a gist: https://gist.github.com/dampe/8880458 |
@dampe @bryannielsen @LimeBlast is working flawlessly on my w7 and Snow Leopard machines. |
Hey, I just tried running this, but there is no response on localhost:8888 . I had the "DL is depraced, use Fiddle" messages. So I tried to install Ruby 1.9.3 and have added it to system path. I was also able to "vagrant ssh". I tried this with Vagrant 1.4.3 at the beginning and then I tried Vagrant 1.3.5, but with that, installation finished, but there were many failed dependencies errors.
I was also getting "Could not retrieve fact fqdn" warning and "Stderr from the command: stdin: is not a tty". No clue here.
Is there anybody running this on Windows? It looks really great, but as a Vagrant newcomer, it's quite hard to figure out where is a problem.
The text was updated successfully, but these errors were encountered: