diff options
author | Sacha Chua <sacha@sachachua.com> | 2025-01-23 14:32:04 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2025-01-23 14:32:10 -0500 |
commit | ad74ec5b8af5406d19b4d8bf114a10e3e9b1f919 (patch) | |
tree | a0218f9b0db32c6da77eb4338f839dbdb2da5181 /2024/organizers-notebook/index.org | |
parent | 04ce57ccffbfaa6a016b26b6be6b320a5da8b161 (diff) | |
download | emacsconf-wiki-ad74ec5b8af5406d19b4d8bf114a10e3e9b1f919.tar.xz emacsconf-wiki-ad74ec5b8af5406d19b4d8bf114a10e3e9b1f919.zip |
add BBB notes
Diffstat (limited to '2024/organizers-notebook/index.org')
-rw-r--r-- | 2024/organizers-notebook/index.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/2024/organizers-notebook/index.org b/2024/organizers-notebook/index.org index 7b32b803..857010d8 100644 --- a/2024/organizers-notebook/index.org +++ b/2024/organizers-notebook/index.org @@ -846,9 +846,10 @@ DEADLINE: <2024-11-15 Fri> Prerequisites: - BBB requires 4 CPU cores before it will install. bbb-conf.sh is fairly straightforward, so I guess we could spin down and then spin up again. + Image: Ubuntu 22.04 Steps: -1. Run the BBB installer: ~./bbb-install.sh -v jammy-300 -s bbb.emacsverse.org -e emacsconf@sachachua.com -g ~ +1. Run the BBB installer: ~./bbb-install.sh -v jammy-300 -s bbb.emacsverse.org -e emacsconf@sachachua.com -g~ 2. ~sudo apt install bbb-playback-video~ and then follow the instructions at [[https://docs.bigbluebutton.org/3.0/administration/customize/#install-additional-recording-processing-formats][Server Customization | BigBlueButton]] . 3. https://docs.bigbluebutton.org/3.0/administration/customize/#mute-all-users-on-startup @@ -868,7 +869,6 @@ linode-cli linodes resize 67329098 --type g6-nanode-1 --allow_auto_disk_resize t #+begin_src echo "notify-send 'Resizing BBB...'; linode-cli linodes resize 67329098 --type g6-nanode-1 --allow_auto_disk_resize true" | at 'now + 1 hour' - #+end_src Resize disk |