Skip to content
This repository has been archived by the owner on Jul 7, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (18 loc) · 553 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 553 Bytes

Description

The application represents a simple data collector.

The data is collected from several sources, combined and send to storage.

There is only one entry point: symfony console command app:user:collect

Prerequisites

Run application

docker compose build --pull --no-cache
docker compose up -d
docker compose exec php composer install

Run tests

docker compose exec php bin/phpunit

Cron job configuration

* * * * * /var/www/bin/console app:user:collect