From bcb6d2138bb9e8a102a5d0c98e9e6e9aa47ca6fe Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Mon, 14 Sep 2020 15:43:52 +0200 Subject: [PATCH] Update README with Debian package --- README.md | 10 +++++----- debian/rules | 0 2 files changed, 5 insertions(+), 5 deletions(-) mode change 100644 => 100755 debian/rules diff --git a/README.md b/README.md index 9c9358a..bcc878d 100644 --- a/README.md +++ b/README.md @@ -75,17 +75,17 @@ Now enable and start OvenMediaEngine, `sudo systemctl enable --now ovenmediaengi ### Ghostreamer web server -It's WIP. +On Debian you can install [ghostream deb](https://gitlab.crans.org/nounous/ghostream/-/jobs/artifacts/master/raw/build/ghostream_0.1.0_all.deb?job=build-deb). -``` -sudo apt install python3-ldap python3-flask uwsgi-plugin-python3 -git clone https://gitlab.crans.org/nounous/ghostream && cd ghostream -``` +On other system, you might install manually the Python module. + +#### Service unit Copy [ghostreamer.service](doc/ghostream.service) to `/etc/systemd/system/ghostream.service` and customize. ``` +sudo apt install uwsgi-plugin-python3 sudo systemctl daemon-reload sudo systemctl enable --now ghostream ``` diff --git a/debian/rules b/debian/rules old mode 100644 new mode 100755