Deployment - gini/youtrack-githook GitHub Wiki
This hook implements a standard WSGI application using Flask. See Flask's documentation on deployment for details on deployment.
For low-traffic (internal) hooks, Flask's integrated debug runner can be used. Running this hook is then as simple as executing the following command:
GITHOOK_SETTINGS=settings.cfg python githook.py