in6pio / Incipio

ERP pour Junior-Entreprises.
http://incipio.fr
GNU Affero General Public License v3.0
5 stars 5 forks source link

Fix binaries execution #36

Closed theofidry closed 9 years ago

theofidry commented 9 years ago

It is impossible to execute binaries files that are in /var/www/symfony-app. The bug is probably coming from a problem of folder synchronization and of the virtual machine provisioner (VirtualBox).

As a temporary solution, composer binaries can be executed via php. Exemple by using php bin/phpunit instead of bin/phpunit.

theofidry commented 9 years ago

Has been partly solved. Keep bug in track via mitchellh/vagrant#5649