Update README.md
This commit is contained in:
parent
b7ab30e786
commit
f197c6bad0
1 changed files with 7 additions and 2 deletions
|
|
@ -1,10 +1,15 @@
|
||||||
Git clone https://sources.gtsvr.net/edschuy95/yeastar-voipms-webhook-proxy.git
|
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
|
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)
|
||||||
|
|
||||||
-------------------------------------------
|
-------------------------------------------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue