-
Notifications
You must be signed in to change notification settings - Fork 5
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
vagrant up failed #1
Comments
Hi @davidemoro What are the versions of Vagrant/Ansible you are using? I just tried on my local machine, and it seems to run fine. I'm with OSX Yosemite, Vagrant 1.6.5 and Ansible 1.7.2 on a fresh system. |
Hi @totophe, my fault! Vagrant version too old, thank you. After the installation should I expect a working hello world implemented with Symfony? I see a 502 page now. Thank you very much |
After the installation, you should be able to access it via http://192.168.100.100/app_dev.php although sometimes there is a permission issue with php-fpm socket that you might have to fix. |
Fixed following this article: I've fixed on my fork: https://github.com/davidemoro/symfony-vagrant-ansible |
You can do a pull request :) |
Hey @totophe , I had to check the issue section about this specific problem. Could we find a way to update the master branch with a fix ? Seems like @davidemoro PR have some unrelated commits at the moment, should we try to clear it or make another PR ? Thanks for your work, definately something that'll help me in my workflow. |
Hi @tigitz Sorry for late reply :-) So You can maybe propose another PR for it, but the solution should be to change everything to vagrant and not the opposit, IMHO. What do you think ? Br, JCC |
Hi,
all fine expect this error during vagrant up:
Am I doing something of wrong?
Thank you,
davide
The text was updated successfully, but these errors were encountered: