This guide assumes you're using Docker and Docker Compose.
Download the master branch:
git clone git@github.com:kdti/kdti-server.git
Create a .env.local
to override the .env
with your custom values.
Install the dependencies:
composer install
Run the migrations:
docker-compose run --rm --no-deps php bin/console doctrine:migrations:migrate
After having your local environment set up, run the migrations for the testing environment:
docker-compose run --rm --no-deps php bin/console doctrine:migrations:migrate --env test
Run the tests:
docker-compose run --rm --no-deps php bin/phpunit
Please see contributing for details.
kd./ti/ and the Symfony framework are open-sourced software licensed under the MIT license.