mirror of https://github.com/OpenVidu/openvidu.git
Updated install script and readme
parent
49ff61d059
commit
2675077093
|
@ -86,16 +86,16 @@ OPENVIDU_WEBHOOK=false
|
|||
OPENVIDU_WEBHOOK_EVENTS=[sessionCreated,sessionDestroyed,participantJoined,participantLeft,webrtcConnectionCreated,webrtcConnectionDestroyed,recordingStatusChanged,filterEventDispatched,mediaNodeStatusChanged]
|
||||
|
||||
# Parameter "openvidu.sessions.garbage.interval"
|
||||
# How often the garbage collector of non active sessions runs.
|
||||
# This helps cleaning up sessions that have been initialized through
|
||||
# REST API (and maybe tokens have been created for them) but have had no users connected.
|
||||
# How often the garbage collector of non active sessions runs.
|
||||
# This helps cleaning up sessions that have been initialized through
|
||||
# REST API (and maybe tokens have been created for them) but have had no users connected.
|
||||
# Default to 900s (15 mins). 0 to disable non active sessions garbage collector
|
||||
OPENVIDU_SESSIONS_GARBAGE_INTERVAL=900
|
||||
|
||||
# Parameter "openvidu.sessions.garbage.threshold"
|
||||
# Minimum time in seconds that a non active session must have been in existence
|
||||
# for the garbage collector of non active sessions to remove it. Default to 3600s (1 hour).
|
||||
# If non active sessions garbage collector is disabled
|
||||
# Minimum time in seconds that a non active session must have been in existence
|
||||
# for the garbage collector of non active sessions to remove it. Default to 3600s (1 hour).
|
||||
# If non active sessions garbage collector is disabled
|
||||
# (property 'openvidu.sessions.garbage.interval' to 0) this property is ignored
|
||||
OPENVIDU_SESSIONS_GARBAGE_THRESHOLD=3600
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ mkdir ${DOCKER_COMPOSE_FOLDER}/owncert
|
|||
# Ready to use
|
||||
printf "\n========================================"
|
||||
printf "\nOpenvidu CE has successfully installed."
|
||||
printf '\nNow run "./openvidu.sh start" in folder "openvidu-docker-compose" for setup.'
|
||||
printf '\nRun "./openvidu.sh help" in folder for more information about "openvido" command.'
|
||||
printf '\n"Check "readme.md" in folder "openvidu-docker-compose" for more details.\n\n'
|
||||
printf '\nNow run "./openvidu.sh start" in folder "openvidu" for setup.'
|
||||
printf '\nRun "./openvidu.sh help" in folder for more information about "openvidu" command.'
|
||||
printf '\n"Check "readme.md" in folder "openvidu" for more details.\n\n'
|
||||
exit 0
|
|
@ -50,7 +50,7 @@ $ cd openvidu/openvidu-server/docker/openvidu-docker-compose
|
|||
|
||||
Exec the following command:
|
||||
|
||||
`curl https://raw.githubusercontent.com/OpenVidu/openvidu/master/openvidu-server/docker/openvidu-docker-compose/install_docker_compose.sh | bash`
|
||||
`curl https://raw.githubusercontent.com/OpenVidu/openvidu/master/openvidu-server/docker/openvidu-docker-compose/install_ov_ce.sh | bash`
|
||||
|
||||
|
||||
### OpenVidu configuration
|
||||
|
|
Loading…
Reference in New Issue