Closed cylwin closed 9 years ago
Thanks @cylwin . This issue seems come from a vagrant issue : https://github.com/mitchellh/vagrant/issues/5279.
Yes, I saw this vagrant issue, and I fixed the problem thanks to it.
But is this line very important for the dev env : config.vm.network :private_network, ip: "192.168.50.4"
?
Vagrant (v1.7.2) is the version required in http://cozy.io/en/hack/getting-started/setup-environment.html
It's not important at all unless your are doing specific stuff. I'm going to fix the doc.
edit: fixed.
vagrant up end with :
When I run cozy-dev vm:start, I have no error message, but I think that the process stop at this moment also because the shared folder is not set.
In order to fix this I modified my VagrantFile commenting :
#config.vm.network :private_network, ip: "192.168.50.4"
and it works :-)