Skip to content

damase/hemaScorecard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hemaScorecard

HEMA Scorecard - Tournament Management Software

Software to run and manage tournaments.

Developed by Sean Franklin A HEMA Alliance supported project

Running in docker

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.

Data persistence

MySql data will be persisted to the ./data folder in the repository directory as per the docker compose. This can be altered if needed.

Troubleshooting

If there is a need to get inside running container simply issue

$ docker-compose exec db /bin/bash

to get into mysql container, and

$ docker-compose exec web /bin/bash

to get to the web container, respectively.

About

HEMA Scorecard - Tournament Management Software

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 85.6%
  • CSS 7.5%
  • JavaScript 6.9%