bigbluebutton / docker

Docker files for BigBlueButton
GNU Lesser General Public License v3.0
368 stars 248 forks source link

WIP: BigBlueButton 3.0 #313

Open alangecker opened 8 months ago

alangecker commented 8 months ago

BBB 3.0 is currently under development. with this you get a full 3.0 development setup with just 3 easy steps which hopefully helps to get more people on board :)

Note

Start Development Server in 3 steps

  1. Clone this branch with submodules
     $ git clone --recurse-submodule -b bbb3.0 https://github.com/bigbluebutton/docker.git bbb-docker-dev
  2. Start dev server
    $ cd bbb-docker-dev
    $ ./scripts/dev
  3. Use API Mate to create & join a conference \ https://mconf.github.io/api-mate/#server=https://10.7.7.1/bigbluebutton/api&sharedSecret=SuperSecret
danimo commented 5 months ago

I have worked on this during this years BBB summit. Do you prefer a PR based on this branch or can I append to this branch?

alangecker commented 4 months ago

@danimo I'm really appreciating support on this because I unfortunately can't currently find any time for this project.

feel free to append to this branch, but it might be difficult with the access permissions? so probably easier if you fork it and create a new PR