we-bridge / vagrant-ansible-symfony

A template Vagrant Symfony2 project setup, supporting mixed Linux/OSX/Windows host environments
7 stars 5 forks source link

Mention the missing-cache-bootstrap-file situation #17

Closed cbrunnkvist closed 9 years ago

cbrunnkvist commented 9 years ago

:baby: My newly born project fails because...

cbrunnkvist commented 9 years ago

The README change could be helpful, as it adds the possibility to find the error message.

I am however not entirely sure about 2ac5125 - sure it's fine if all "just works" when you checkout existing projects, but, eh, it also teaches novices a useful lesson... (like: you need to composer install the dependencies on your devbox!).

cbrunnkvist commented 9 years ago

Jeez. How can we call DistributionBundle before vendor exists?~ :facepunch: Okay that step should not be there at all - what's missing is composer install. I think that was already mentioned in another ticket.

allan-simon commented 9 years ago

is the lines on the readme required as you've added the task in the provisionning to do it automatically ? (or maybe add a line 'but normally it's done for you by ansible' )