etoa / etoa-gui

EtoA Game GUI
https://etoa.ch
GNU Affero General Public License v3.0
10 stars 7 forks source link

fixed dependency installation order in provision script #426

Closed river-etoa closed 2 years ago

river-etoa commented 2 years ago

automatic provision of test VM fails because php /var/www/etoa/bin/console depends on php packages installed via composer.phar. This change moves the composer part before the console part.