From f197c6bad0f1fc2725315cce71c74e6c4110a57f Mon Sep 17 00:00:00 2001 From: edschuy95 Date: Thu, 17 Jul 2025 04:12:21 +0000 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8190686..4d614e1 100644 --- a/README.md +++ b/README.md @@ -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) -------------------------------------------