This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| computing:nmbbb [2022/11/12 05:05] – oemb1905 | computing:nmbbb [2022/11/12 05:23] (current) – oemb1905 | ||
|---|---|---|---|
| Line 35: | Line 35: | ||
| If you lock yourself out of admin account after a vanilla install. | If you lock yourself out of admin account after a vanilla install. | ||
| | | ||
| - | docker | + | docker |
| - | bundle exec rails c | + | |
| - | | + | |
| - | | + | docker run --rm --env-file |
| - | Disabled ipv6 since BR does not support. Open the xml file and change the line to listen to local host only. | + | |
| + | sudo systemctl restart nginx | ||
| - | nano / | + | Now, let's start greenlight: |
| - | <param name=" | + | |
| - | + | ||
| - | Starting | + | |
| cd ~/ | cd ~/ | ||
| + | docker-compose -v | ||
| + | mkdir / | ||
| + | touch / | ||
| + | docker run --rm bigbluebutton/ | ||
| + | export pass=$(openssl rand -hex 24); sed -i ' | ||
| docker-compose up -d | docker-compose up -d | ||
| | | ||
| - | + | --- // | |
| - | --- // | + | |