- Docker or Docker Desktop
- Run ./start.sh (git bash or any other console CLI)
- add seniorcare.test to your hosts
- Visit https://seniorcare.test
- Get into the container (Container guideline below)
- run command: php artisan user:create && fill questionnaire
- get into the container
- run ./vendor/bin/phpunit
If SSL certificats not working simple add them to you certificates DB (./docker/nginx/ssl/seniorcare.test.crt)
- Windows: winpty docker-compose exec seniorcare_php bash
- Linux/MacOS: docker-compose exec seniorcare_php bash