docker icon indicating copy to clipboard operation
docker copied to clipboard

How to setup in BBB on Locally?

Open nagabox opened this issue 2 years ago • 1 comments

I tried to run BBB on my local machine(it is new system with Ubuntu 20.04 LTS)

I followed the steps mentioned in README. I run

  • ./scripts/setup it generate .env file with following parameter ENABLE_HTTPS_PROXY=true ENABLE_COTURN=true ENABLE_GREENLIGHT=true

    ENABLE_PROMETHEUS_EXPORTER=true ENABLE_PROMETHEUS_EXPORTER_OPTIMIZATION=true

    ENABLE_RECORDING=true REMOVE_OLD_RECORDING=true RECORDING_MAX_AGE_DAYS=4

    DOMAIN=bigbluebutton EXTERNAL_IPv4=14.98.30.86 EXTERNAL_IPv6=

    STUN_IP=14.98.30.86 STUN_PORT=3478

    TURN_SERVER=turns:bigbluebutton:5349?transport=tcp TURN_SECRET=XcI8VQHJLHdKSNeHPTbJJ2P6dAMCLLQY SIP_IP_ALLOWLIST=

From the .env file you can see that I have enabled Greenlight and the script asked me External IP address(the script itself gathered) and I agreed that.

when I access http://localhost:8080/bigbluebutton/api -- The site can't be reached error thrown.

How do I access GreenLight & BBB?. What is the URL for localhost?

nagabox avatar Oct 03 '23 08:10 nagabox

did you read and try out the following?

https://github.com/bigbluebutton/docker/blob/develop/docs/development.md

ben-ba avatar Oct 11 '23 19:10 ben-ba