- PHP (>= 7.1)
- Composer
- Clone this repository and
cdinto it. - Run
composer install --prefer-distto install the project's dependencies.
- Run
./run_tests.shto run the tests.
- Follow the instructions for setting environment variables
HOST_UID,HOST_GIDandDOCKER_HOST_IP. - Clone this repository and
cdinto it. - Run
docker-compose pull. - Run
bin/composer.sh install --prefer-distto install the project's dependencies. - Optionally, configure PhpStorm for debugging.
- Run
docker/composer.shto use Composer (e.g.docker/composer.sh require --dev symfony/var-dumper). - Run
docker/run_tests.shto run the tests.