elcodi / bamboo

Meet Bamboo, an e-commerce project built on top of Elcodi and Symfony. Give us a star to support our project :)
http://bamboo.elcodi.com
MIT License
198 stars 44 forks source link

Shared configuration of git & composer #625

Closed EmanueleMinotto closed 8 years ago

EmanueleMinotto commented 8 years ago

Actually the provisioning on Vagrant is blocked because Composer takes too much time to download all the dependencies, with this PR the problem is solved sharing the Composer authentication tokens from host to guest. The same is applied to the git configuration so the final developer doesn't need to exit from the VM on every new commit.