This commit is contained in:
2022-08-27 22:27:55 +02:00
parent 3e69ac3b91
commit 1497e3e679
6 changed files with 172 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ The API is described and can be tested at `http:/localhost:8080/swagger` while t
Gregorz manages a MPV process, meaning you need to have MPV installed on your system. Look for it in your package manager.
sudo pip install git+https://github.com/Programvareverkstedet/grzegorz#master
sanic grzegorz.app --host :: --port 80 --fast
sanic grzegorz.app --host :: --port 8080
Details are over [here](https://sanic.dev/en/guide/deployment/running.html#running-via-command).