summaryrefslogtreecommitdiff
path: root/topics/systems
diff options
context:
space:
mode:
authorjgart2022-03-05 02:27:48 -0500
committerjgart2022-03-05 02:28:55 -0500
commit7acd87d4ab494b319213b0176ff7c47c00221b7a (patch)
treedb9fb474f701e44fde1675b97afc9b1f73dcdcc8 /topics/systems
parentc83790fd9b0249c65b67a99d045320c457425cb2 (diff)
downloadgn-gemtext-7acd87d4ab494b319213b0176ff7c47c00221b7a.tar.gz
add notes on bbb installation
Diffstat (limited to 'topics/systems')
-rw-r--r--topics/systems/bbb.gmi15
1 files changed, 15 insertions, 0 deletions
diff --git a/topics/systems/bbb.gmi b/topics/systems/bbb.gmi
new file mode 100644
index 0000000..76595a0
--- /dev/null
+++ b/topics/systems/bbb.gmi
@@ -0,0 +1,15 @@
+# BBB
+
+## Install script
+
+https://github.com/bigbluebutton/bbb-install
+
+```
+wget -qO- https://ubuntu.bigbluebutton.org/bbb-install.sh | bash -s -- -w -a -v bionic-24 -s meet.genenetwork.org -e info@example.com
+``` ^^^ email used for Let's Encrypt
+
+## Installing with Debian
+
+https://github.com/bigbluebutton/bbb-install/issues/325
+https://github.com/bigbluebutton/bbb-install/issues/314
+ \ No newline at end of file