Update README.md

This commit is contained in:
edschuy95 2025-07-17 04:12:21 +00:00
parent b7ab30e786
commit f197c6bad0

View file

@ -1,10 +1,15 @@
Git clone https://sources.gtsvr.net/edschuy95/yeastar-voipms-webhook-proxy.git
copy config.template.py to config.py and edit
For docker or bare OS
copy .env.template.py to .env and edit
Docker/compose
docker-compose up -d --build
see config.py (config.template.py) for more info
Bare OS
pip install requirements or apt install components (requirements.txt)
launch app with gunicorn
prepare as a systemd service (todo: add template or helper script)
-------------------------------------------