Added install command in readme

pull/431/head
OscarSotoSanchez 2020-04-08 16:09:09 +02:00
parent eeca207273
commit cb1037c0a7
2 changed files with 10 additions and 1 deletions

View File

@ -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

View File

@ -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.