Go to file
sualko 4b23a0cb5e use fork of bbb api 2020-04-26 12:13:04 +02:00
appinfo Initial commit 2020-04-26 11:36:41 +02:00
img Initial commit 2020-04-26 11:36:41 +02:00
lib Initial commit 2020-04-26 11:36:41 +02:00
templates Initial commit 2020-04-26 11:36:41 +02:00
ts Initial commit 2020-04-26 11:36:41 +02:00
.eslintrc.js Initial commit 2020-04-26 11:36:41 +02:00
.gitignore Initial commit 2020-04-26 11:36:41 +02:00
.php_cs.dist Initial commit 2020-04-26 11:36:41 +02:00
CHANGELOG.md Initial commit 2020-04-26 11:36:41 +02:00
COPYING Initial commit 2020-04-26 11:36:41 +02:00
Makefile Initial commit 2020-04-26 11:36:41 +02:00
README.md Initial commit 2020-04-26 11:36:41 +02:00
babel.config.js Initial commit 2020-04-26 11:36:41 +02:00
composer.json use fork of bbb api 2020-04-26 12:13:04 +02:00
composer.lock use fork of bbb api 2020-04-26 12:13:04 +02:00
composer.phar use fork of bbb api 2020-04-26 12:13:04 +02:00
declarations.d.ts Initial commit 2020-04-26 11:36:41 +02:00
package.json Initial commit 2020-04-26 11:36:41 +02:00
tsconfig.json Initial commit 2020-04-26 11:36:41 +02:00
webpack.common.js Initial commit 2020-04-26 11:36:41 +02:00
webpack.dev.js Initial commit 2020-04-26 11:36:41 +02:00
webpack.prod.js Initial commit 2020-04-26 11:36:41 +02:00
yarn.lock Initial commit 2020-04-26 11:36:41 +02:00

README.md

BigBlueButton™ integration for Nextcloud

➡️ This app uses BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.

Try it

To install it change into your Nextcloud's apps directory:

cd nextcloud/apps

Then run:

git clone https://github.com/sualko/cloud_bbb.git bigbluebutton

Then install the dependencies using:

make build