we-bridge / vagrant-ansible-symfony

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

Add DBTYPE variable #16

Closed cbrunnkvist closed 9 years ago

cbrunnkvist commented 9 years ago

Setting it...sets the desired database type. And both (config|parameters).yml is updated correctly out of the box now. :sunflower:

allan-simon commented 9 years ago

can you update the README to reflect this new possibility

cbrunnkvist commented 9 years ago

One more thing: handling non-existent parameters.yml

Once you checkout on a new workstation, the provisioning step needs to create the parameters.yml from parameters.yml.dist, just like the installer does for you. Otherwise, the consecutive update params step will fail ...

cbrunnkvist commented 9 years ago

Yay my apprentices discovered one more: NOTHING works because the cache bootstrap file is not under version control. It is generated in the post-install-cmd step of composer, but there might be some situations where things happen out of order and...confusion sets in.

cbrunnkvist commented 9 years ago

(-last comment not directly related to this branch. Will fix elsewhere.)

allan-simon commented 9 years ago

looks great now , merged