mirror of https://github.com/OpenVidu/openvidu.git
Added install command in readme
parent
eeca207273
commit
cb1037c0a7
|
@ -27,5 +27,5 @@ mkdir ${DOCKER_COMPOSE_FOLDER}/owncert
|
|||
printf "\n========================================"
|
||||
printf "\nOpenvidu CE has successfully installed."
|
||||
printf '\nNow run "./openvidu-restart.sh" in folder "openvidu-docker-compose" for setup.'
|
||||
printf '"Check "readme.md" in folder "openvidu-docker-compose" for more details.\n\n'
|
||||
printf '\n"Check "readme.md" in folder "openvidu-docker-compose" for more details.\n\n'
|
||||
exit 0
|
||||
|
|
|
@ -35,6 +35,8 @@ It is important to have a **domain name** pointing to the machine where you are
|
|||
|
||||
## 2. Deployment Instructions
|
||||
|
||||
For download the necessaries files your choose between options: Clone all repository or install with a bash command.
|
||||
|
||||
### Clone Repository
|
||||
|
||||
First clone this repository and move to openvidu-docker-compose folder:
|
||||
|
@ -44,6 +46,13 @@ $ git clone https://github.com/OpenVidu/openvidu.git
|
|||
$ cd openvidu/openvidu-server/docker/openvidu-docker-compose
|
||||
```
|
||||
|
||||
### Install with bash command
|
||||
|
||||
Exec the following command:
|
||||
|
||||
`curl https://raw.githubusercontent.com/OpenVidu/openvidu/master/openvidu-server/docker/openvidu-docker-compose/install_docker_compose.sh | bash`
|
||||
|
||||
|
||||
### OpenVidu configuration
|
||||
|
||||
OpenVidu configuration is specified in the `.env` file with environment variables.
|
||||
|
|
Loading…
Reference in New Issue