HEMA Scorecard - Tournament Management Software
Software to run and manage tournaments.
Developed by Sean Franklin A HEMA Alliance supported project
Install docker and [docker compose] (https://docs.docker.com/compose/install/). After that simply issue docker-compose up in the source root directory. The application will be avaliable on http://localhost:8000 PHP docker image contains xdebug, and project contains sample VS Code config which allows user to debug application via "Listen for XDebug" command.
MySql data will be persisted to the ./data folder in the repository directory as per the docker compose. This can be altered if needed.
If there is a need to get inside running container simply issue
$ docker-compose exec db /bin/bashto get into mysql container, and
$ docker-compose exec web /bin/bashto get to the web container, respectively.