Update README
parent
f15fe08410
commit
79681b73bc
|
|
@ -21,7 +21,6 @@ If you want the automatic approach, you can find a docker image [here](https://h
|
||||||
If you want the ansible approach, you can find ansible role [here](https://github.com/misi/mm-ansible/).
|
If you want the ansible approach, you can find ansible role [here](https://github.com/misi/mm-ansible/).
|
||||||
[](https://asciinema.org/a/311365)
|
[](https://asciinema.org/a/311365)
|
||||||
|
|
||||||
|
|
||||||
## Manual installation
|
## Manual installation
|
||||||
* Prerequisites:
|
* Prerequisites:
|
||||||
Currently multiparty-meeting will only run on nodejs v10.*
|
Currently multiparty-meeting will only run on nodejs v10.*
|
||||||
|
|
@ -106,6 +105,12 @@ $ systemctl enable multiparty-meeting
|
||||||
* 4443/tcp (default `npm start` port for developing with live browser reload, not needed in production enviroments - adjustable in app/package.json)
|
* 4443/tcp (default `npm start` port for developing with live browser reload, not needed in production enviroments - adjustable in app/package.json)
|
||||||
* 40000-49999/udp/tcp (media ports - adjustable in `server/config.js`)
|
* 40000-49999/udp/tcp (media ports - adjustable in `server/config.js`)
|
||||||
|
|
||||||
|
## Load balanced installation
|
||||||
|
To deploy this as a load balanced cluster, have a look at [HAproxy](HAproxy.md).
|
||||||
|
|
||||||
|
## Learning management integration
|
||||||
|
To integrate with an LMS (e.g. Moodle), have a look at [LTI](LTI/LTI.md).
|
||||||
|
|
||||||
## TURN configuration
|
## TURN configuration
|
||||||
|
|
||||||
* You need an addtional [TURN](https://github.com/coturn/coturn)-server for clients located behind restrictive firewalls! Add your server and credentials to `app/config.js`
|
* You need an addtional [TURN](https://github.com/coturn/coturn)-server for clients located behind restrictive firewalls! Add your server and credentials to `app/config.js`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue