Installation:
- clone repo
cp app/config/main.php.dist app/config/main.php
- set required params in app/config/main.php or keep as is
docker-compose up
- seed database with test data (it may take a while)
docker exec -it proshop-php-fpm sh -c "php command.php seed"
- warmup a cache (it may take a while too)
docker exec -it proshop-php-fpm sh -c "php command.php cache"
- Open browser at http://localhost:3400/