mirror of https://github.com/OpenVidu/openvidu.git
Updated install script and readme
parent
49ff61d059
commit
2675077093
|
@ -39,7 +39,7 @@ mkdir ${DOCKER_COMPOSE_FOLDER}/owncert
|
||||||
# Ready to use
|
# Ready to use
|
||||||
printf "\n========================================"
|
printf "\n========================================"
|
||||||
printf "\nOpenvidu CE has successfully installed."
|
printf "\nOpenvidu CE has successfully installed."
|
||||||
printf '\nNow run "./openvidu.sh start" in folder "openvidu-docker-compose" for setup.'
|
printf '\nNow run "./openvidu.sh start" in folder "openvidu" for setup.'
|
||||||
printf '\nRun "./openvidu.sh help" in folder for more information about "openvido" command.'
|
printf '\nRun "./openvidu.sh help" in folder for more information about "openvidu" command.'
|
||||||
printf '\n"Check "readme.md" in folder "openvidu-docker-compose" for more details.\n\n'
|
printf '\n"Check "readme.md" in folder "openvidu" for more details.\n\n'
|
||||||
exit 0
|
exit 0
|
|
@ -50,7 +50,7 @@ $ cd openvidu/openvidu-server/docker/openvidu-docker-compose
|
||||||
|
|
||||||
Exec the following command:
|
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
|
### OpenVidu configuration
|
||||||
|
|
Loading…
Reference in New Issue