mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-22 12:41:05 +01:00
Added database commands to bbb
This commit is contained in:
parent
80b0faca6f
commit
12d88df11f
@ -14,6 +14,11 @@ Role to deploy [BigBlueButton](https://bigbluebutton.org/).
|
|||||||
watch -n 2 "docker ps -a | grep bigbluebutton"
|
watch -n 2 "docker ps -a | grep bigbluebutton"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### database access
|
||||||
|
```bash
|
||||||
|
sudo docker-compose exec -it postgres psql -U postgres
|
||||||
|
```
|
||||||
|
|
||||||
## further information
|
## further information
|
||||||
- https://github.com/bigbluebutton/docker
|
- https://github.com/bigbluebutton/docker
|
||||||
- https://docs.bigbluebutton.org/greenlight/gl-install.html#setting-bigbluebutton-credentials
|
- https://docs.bigbluebutton.org/greenlight/gl-install.html#setting-bigbluebutton-credentials
|
||||||
|
Loading…
Reference in New Issue
Block a user