All Projects → kdti → kdti-server

kdti / kdti-server

Licence: MIT license
No description, website, or topics provided.

Programming Languages

PHP
23972 projects - #3 most used programming language
shell
77523 projects
Twig
543 projects
Makefile
30231 projects

kd./ti/

CircleCI codecov Discord

Local Environment

This guide assumes you're using Docker and Docker Compose.

Download the master branch:

git clone [email protected]: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

Testing

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

Deploying

Contributing

Please see contributing for details.

Credits

License

kd./ti/ and the Symfony framework are open-sourced software licensed under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].