Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit 6e6929a

Browse files
committed
Update docs on installation
1 parent d2b2987 commit 6e6929a

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

_posts/2020-07-10-dev23.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -215,16 +215,16 @@ We are now providing presenters with the option to randomly pick a student in th
215215

216216
# Installation
217217

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
219221

220222
* Ubuntu 18.04 64-bit
221223
* docker (Libreoffice now runs within a docker container)
222224

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).
226226

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).
228228

229229
```bash
230230
wget -qO- https://ubuntu.bigbluebutton.org/bbb-install.sh | bash -s -- -v bionic-230-dev -s bbb.example.com -e [email protected] -a -w
@@ -250,6 +250,9 @@ ii bbb-web 1:2.3.0-25 amd64 BigBlueButton API
250250
ii bbb-webrtc-sfu 1:2.3.0-9 amd64 BigBlueButton WebRTC SFU
251251
```
252252
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.
254+
255+
253256
# Customizations
254257
255258
## Increase number of processes for nodejs

0 commit comments

Comments
 (0)