You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 22, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: _posts/2020-07-10-dev23.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -215,16 +215,16 @@ We are now providing presenters with the option to randomly pick a student in th
215
215
216
216
# Installation
217
217
218
-
BigBlueButton 2.3-dev requires the same [minimum server requirements](https://docs.bigbluebutton.org/2.2/install.html#minimum-server-requirements) as 2.2, with the following notable differences
218
+
To install/upgrade a Ubuntu 18.04 server to the latest version of BigBlueButton 2.3-dev, use the [bbb-install.sh](https://github.com/bigbluebutton/bbb-install).
219
+
220
+
For server requirements, BigBlueButton 2.3-dev needs the same [minimum server requirements](https://docs.bigbluebutton.org/2.2/install.html#minimum-server-requirements) as 2.2, with the following differences
219
221
220
222
* Ubuntu 18.04 64-bit
221
223
* docker (Libreoffice now runs within a docker container)
222
224
223
-
The requirement for docker may preclude running 2.3-dev within some virtualized environments, such as LXC and containerd; however, it ensures libreoffice runs within a restrited sandbox for document conversion.
224
-
225
-
Use the [bbb-install.sh](https://github.com/bigbluebutton/bbb-install) script to install BigBlueButton 2.3-dev on an Ubuntu 18.04 server with a single command, such as
225
+
The requirement for docker may preclude running 2.3-dev within some virtualized environments, such as LXC and containerd; however, it ensures libreoffice runs within a restrited sandbox for document conversion. We are exploring if we can run libreoffice within systemd (such as systemd-nspawn).
226
226
227
-
For example, if the external hostname of your server was `bbb.example.com`and your e-mail address was `[email protected]`, you can install BigBlueButton 2.3-dev with the command
227
+
The following command will install BigBlueButton 2.3-dev using `bbb.example.com`as the hostname and `[email protected]` as the email for Let's Encrypt (you would substitute these values for your own hostname and email address).
@@ -250,6 +250,9 @@ ii bbb-web 1:2.3.0-25 amd64 BigBlueButton API
250
250
ii bbb-webrtc-sfu 1:2.3.0-9 amd64 BigBlueButton WebRTC SFU
251
251
```
252
252
253
+
This installs BigBlueButton 2.3-dev with Let's encrypt certificate and the API demos. You can then try out the server by opening https://<hostname>/ in a browser (where <hostname> is the hostname you specified in the `bbb-install.sh` command). For more information, see the [bbb-install.sh](https://github.com/bigbluebutton/bbb-install) documentation.
0 commit comments