Go to file
sualko 2dfaac5fcb docs: add more information to app info 2020-04-27 10:59:49 +02:00
appinfo docs: add more information to app info 2020-04-27 10:59:49 +02:00
docs docs: add more information to app info 2020-04-27 10:59:49 +02:00
img Initial commit 2020-04-26 11:36:41 +02:00
lib chore: fix linting 2020-04-26 22:41:06 +02:00
templates chore: fix linting 2020-04-26 22:41:06 +02:00
ts chore: fix linting 2020-04-26 22:41:06 +02:00
.commitlintrc.json chore: use commitlint 2020-04-27 10:35:46 +02:00
.eslintrc.js chore: fix linting 2020-04-26 22:41:06 +02:00
.gitignore add build command 2020-04-26 12:13:24 +02:00
.php_cs.dist Initial commit 2020-04-26 11:36:41 +02:00
.stylelintrc.json chore: fix linting 2020-04-26 22:41:06 +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 make app id shorter 2020-04-26 13:26:34 +02:00
README.md make app id shorter 2020-04-26 13:26:34 +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 chore: use commitlint 2020-04-27 10:35:46 +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 chore: use commitlint 2020-04-27 10:35:46 +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 bbb

Then install the dependencies using:

make build