mirror of https://github.com/sualko/cloud_bbb
docs: configure, run, enter room (#9)
* configure, run, enter room some first howto * enter room from filepull/16/head
parent
77adf14952
commit
e353d24934
22
README.md
22
README.md
|
@ -2,7 +2,7 @@
|
|||
|
||||
: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
|
||||
## Install it
|
||||
To install it change into your Nextcloud's apps directory:
|
||||
|
||||
cd nextcloud/apps
|
||||
|
@ -14,4 +14,24 @@ Then run:
|
|||
Then install the dependencies using:
|
||||
|
||||
make build
|
||||
|
||||
|
||||
## configure it
|
||||
find out your BBB secrets by '''sudo bbb-conf --secret'''
|
||||
|
||||
enter these secrets in the BigBlueButton settings on the general configuration page of your NC
|
||||
|
||||
## create your first room
|
||||
go to your personal settings page
|
||||
|
||||
find the BigBlueButton section
|
||||
|
||||
enter a room name
|
||||
|
||||
enter the room by pointing to the arrow button
|
||||
|
||||
## enter a room from files
|
||||
|
||||
use the ... menu
|
||||
|
||||
select the correct BBB room and enter the room
|
||||
|
|
Loading…
Reference in New Issue