GithubHelp home page GithubHelp logo

smith010anthony / bigbluebutton-customized Goto Github PK

View Code? Open in Web Editor NEW
7.0 3.0 3.0 3.19 MB

this is a customized version of bigbluebutton-html5 componenet and mainly whiteboard, screenshare are customized to use third option which is a video game, so users can connect and play a video game

Home Page: https://avinyaweb.com/bigbluebutton/bigbluebutton-ui-customization-and-development-best-way/

JavaScript 93.71% Dockerfile 0.02% HTML 0.32% CSS 0.54% Shell 0.36% SCSS 5.05%
bigbluebutton customization development nodejs reactjs video-conferencing web

bigbluebutton-customized's Introduction

Bigbluebutton html5 development and customization

This is a customized version of bigbluebutton-html5 componenet and mainly whiteboard, screenshare are customized to use third option which is a video game, so users can connect and play a video game you can check the full steps here https://avinyaweb.com/bigbluebutton/bigbluebutton-ui-customization-and-development-best-way/

Steps

install meteor

  • curl https://install.meteor.com/ | sh

get wsUrl from settings.yml

  • grep "wsUrl" /usr/share/meteor/bundle/programs/server/assets/app/config/settings.yml

put this wsUrl to new settings.yml

  • vi private/config/settings.yml

stop main bbb-html5 application

  • sudo systemctl stop bbb-html5

install all dependencies

  • meteor npm install

try to run this new application

  • npm start

run in production mode

  • NODE_ENV=production npm start

change .nginx to use development setup

/etc/bigbluebutton/nginx/bbb-html5.nginx

and switch to 4100

And reload nginx sudo systemctl reload nginx

Make build and replace the orignal bbb-html5

  • meteor build --server-only /home/bigbluebutton/dev/bigbluebutton/bigbluebutton-html5/meteorbundle
  • sudo tar -xzvf /home/bigbluebutton/dev/bigbluebutton/bigbluebutton-html5/meteorbundle/*.tar.gz -C /usr/share/meteor
  • And Run sudo systemctl start bbb-html5

Refrences : Bigbluebutton development and customization

bigbluebutton-customized's People

Contributors

smith010anthony avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.