php-ddd-example icon indicating copy to clipboard operation
php-ddd-example copied to clipboard

Windows users

Open expeluo opened this issue 2 years ago • 1 comments

For windows users I've proposed upload a makefile.bat to use instead unix makefile. When run docker image php my not start. To fix it go to docker-compose.yml and delete: --force-php-discovery On each instance of symfony

expeluo avatar Aug 17 '22 10:08 expeluo

Use WSL with Ubuntu 20.4. first update and upgrade your Ubuntu: sudo atp update && sudo apt upgrade and run sudo make build

lovera00 avatar Sep 11 '22 16:09 lovera00