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) -------------------------------------------