need help in setting up BigBlueButton html5 client development environment

76 views
Skip to first unread message

Rajesh Mallah

unread,
Jan 9, 2021, 10:14:40 PM1/9/21
to BigBlueButton-dev
Dear BBB Community,

We are attempting to setup development environment for certain enhancement
and customization to the html5 client. I am following the 

the problem is that i am not able to load the client from the development
folder.

My observation and doubt are as below.

1. when we do nmp start in  ~/dev/bigbluebutton/bigbluebutton-html5
the server listens on port 4000  but /etc/bigbluebutton/nginx/bbb-html5.nginx
expects the htmlclient at port 3000

location @html5client {
 proxy_pass http://127.0.0.1:3000;
 proxy_http_version 1.1;
 proxy_set_header Upgrade $http_upgrade;
 proxy_set_header Connection "Upgrade";
}
....
....



location /_timesync {
 proxy_pass http://127.0.0.1:3000;
}


2. Even if i change the PORT in package.json from 4000 to 3000 the ROOT_URL
has a trailing /1 , what does it mean?
ROOT_URL=http://127.0.0.1/html5client/1 meteor run --port=4000

Kindly guide

Regds
Rajesh.

Rajesh Mallah

unread,
Jan 9, 2021, 11:35:48 PM1/9/21
to bigblueb...@googlegroups.com

I see

Probably i should be checking out a different branch. dev of 2.3-*  happens in develop looks like.

regds
Rajesh Mallah.





--
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/4053d7c5-4275-4a62-9e62-fc1fbf252540n%40googlegroups.com.

Rajesh Mallah

unread,
Jan 10, 2021, 12:50:37 AM1/10/21
to BigBlueButton-dev

:-)

finally the problem got resolved by checking out the master branch
and following the instructions.

I think the instructions will need amendments for the 2.3 version.
Or there should be a note that one should work on the appropriate
branch.

I general people would just clone the repository and try to follow
the instructions.

regds
Rajesh Mallah.
Reply all
Reply to author
Forward
0 new messages