OpenVidu CE On-Premise installation is failing

Hello everyone,

I am trying to follow the steps mentioned in the on-premise deployment section to deploy an OpenVidu CE instance on my Ubuntu 22 virtual machine.

As per the steps, The following line should be executed in the terminal:
curl https://s3-eu-west-1.amazonaws.com/aws.openvidu.io/install_openvidu_latest.sh | bash

I did the same but the installation is failing with the following error reason:

=======¡ERROR!=======
Error when downloading the file ‘.env’

I checked the internet and it is working fine.
I went ahead and checked the install_openvidu_latest.sh. Looks like, The server on which the .env file is hosted is not responding. I tried opening the URLs in the browser but got no response from the server.

OPENVIDU_FOLDER=openvidu
OPENVIDU_VERSION=v2.27.0
OPENVIDU_UPGRADABLE_VERSION=“2.26”
DOWNLOAD_URL=https://raw.githubusercontent.com/OpenVidu/openvidu/${OPENVIDU_VERSION}

curl --silent ${DOWNLOAD_URL}/openvidu-server/deployments/ce/docker-compose/.env

I even tried raising the timeout values from 500 to 1500 but the issue still persists.
Can anyone help in resolving this problem?

Hello,

It works for me, I just tried this URL:

https://raw.githubusercontent.com/OpenVidu/openvidu/v2.27.0/openvidu-server/deployments/ce/docker-compose/.env

1 Like

Thanks a lot for replying.
I checked with a different internet connection (different operator) and it worked!
The problem seems to be there with a specific operator’s internet connection.