we-bridge / vagrant-ansible-symfony

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

The default application not running in development mode #12

Closed cbrunnkvist closed 9 years ago

cbrunnkvist commented 9 years ago

When you vagrant up, you end up with an application that runs in prod(uction) mode, which probably isn't what you expect (at least I don't) on a devbox.

(Setting the env to production should be done at deployment time, by deployment environment, or by some artefact-build-step perhaps)

cbrunnkvist commented 9 years ago

Oh, wait, a better solution is probably to just edit app_dev.php to allow the vagrant host IP address, as part of webapp provisioninig