L'application a été déployée au préalable selon la documentation ../local/README.md
- Se connecter à la machine webapp via docker en ligne de commande
docker exec -ti propal-we-cine-2021-webapp-instance /bin/bash
- Exécuter les commandes suivantes :
composer install
yarn install
php bin/console assets:install --symlink public
php bin/console doctrine:database:create
php bin/console doctrine:migration:migrate
yarn watch
- Se connecter à la machine webapp via docker en ligne de commande
docker exec -ti propal-we-cine-2021-webapp-instance /bin/bash
- Exécuter les commandes suivantes :
php bin/phpunit tests
@todo l'authentification est désactivé pour le moment