Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 655 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 655 Bytes

Code Review Tool

CI

This instrument is aimed to count specific tags in Pull Request's comments at BitBucket and to make a report with this data.

Initialize the project

In order to make the project operative you should run:

./artisan db:migrate
./artisan db:seed

Seeding the database does some things:

  • Initialize some specific permissions to get access to some pages
  • Set necessary settings

XDebug

For using XDebug you should add arg to your compose-file (to app service):

    build:
      args:
        INSTALL_XDEBUG: "true"