alangecker / bigbluebutton-docker

merged into https://github.com/bigbluebutton/docker
GNU Lesser General Public License v3.0
99 stars 33 forks source link

support for v2.3 #31

Closed alangecker closed 3 years ago

alangecker commented 4 years ago

(this PR is not meant to get merged, just to make changes visible.)

edit: now moved to https://github.com/bigbluebutton/docker

How to try out v2.3-alpha

$ git fetch
$ git checkout v2.3.x
$ ./scripts/upgrade

Missing for v2.3 Release

closes

cjhille commented 4 years ago

Out of curiosity: Is there currently is any work being done on v2.3.x by the BBB devs? As far as I can tell, 2.3.x branch has been stale for a while now. https://github.com/bigbluebutton/bigbluebutton/tree/2.2.3-candidate-with-issues

alangecker commented 4 years ago

Out of curiosity: Is there currently is any work being done on v2.3.x by the BBB devs? As far as I can tell, 2.3.x branch has been stale for a while now. https://github.com/bigbluebutton/bigbluebutton/tree/2.2.3-candidate-with-issues

this is v2.2.3, not v2.3.x ;)

as far as I see it, develop represents the current state of v2.3.x. https://github.com/bigbluebutton/bigbluebutton/tree/develop

There was even a alpha release few days ago: https://github.com/bigbluebutton/bigbluebutton/releases/tag/v2.3-alpha-1

cjhille commented 4 years ago

Whops ... silly me. Thanks for clearing this up!

HosseyNJF commented 4 years ago

Any progress? I'd be glad to contribute to this, if there was a roadmap. IDK what is remaining to do now

alangecker commented 4 years ago

@HosseyNJF if you want, you can already use this branch! :)

I've added in the first post all points which are missing right now. Currently the main point is, that BBB 2.3 is still in an early alpha phase and it might still take a bit until it gets released.

If you want to speed it up, you could check the related Milestone https://github.com/bigbluebutton/bigbluebutton/milestone/23 Apart from that, there is not much to do here - but thanks for asking! :)

alangecker commented 3 years ago

Development for the 2.3 branch is now moved to bigbluebutton/docker, means with 2.3 this project becomes the official bbb-docker project :)