Skip to content

joao-marcos/kdti-server

 
 

Repository files navigation

kd./ti/

CircleCI codecov

Local Environment

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

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 97.9%
  • Makefile 1.5%
  • HTML 0.6%