mirror of https://github.com/sualko/cloud_bbb
18 lines
453 B
Markdown
18 lines
453 B
Markdown
|
# BigBlueButton™ integration for Nextcloud
|
||
|
|
||
|
:arrow_right: __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
|
||
|
|