-
Notifications
You must be signed in to change notification settings - Fork 259
Ubuntu Repository
Joachim Bauch edited this page Jul 8, 2016
·
5 revisions
We maintain a repository for Ubuntu for easy installation of Spreed WebRTC.
$ sudo apt-add-repository ppa:strukturag/spreed-webrtc
$ sudo apt-get update
$ sudo apt-get install spreed-webrtc
After installation you should modify the configuration at /etc/spreed/webrtc.conf
to your needs. At the very last you should generate your own secrets in the [app]
section.
Logs can be found in /var/log/spreed/webrtc/server.log
The server listens on http://127.0.0.1:8080/
per default.
For testing of unstable preview releases, the spreed-webrtc-unstable
PPA can be used:
$ sudo apt-add-repository ppa:strukturag/spreed-webrtc-unstable
$ sudo apt-get update
$ sudo apt-get install spreed-webrtc