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

Commit 58f87f7

Browse files
authored
2.5 is promoted from dev
1 parent 621f80a commit 58f87f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_posts/2.5/2021-06-09-new.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ For full details on what is new in BigBlueButton 2.5, see the release notes. Rec
162162

163163
For server requirements, BigBlueButton 2.5 needs similar [minimum server requirements](https://docs.bigbluebutton.org/2.5/install.html#minimum-server-requirements) as 2.4.
164164

165-
To install 2.5, use [bbb-install-2.5.sh](https://github.com/bigbluebutton/bbb-install/blob/master/bbb-install-2.5.sh). For example, the following command installs BigBlueButton 2.5-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). Notice the version is `-v focal-250`, which will install the latest officially published release (alpha/beta/etc) of BigBlueButton 2.5. If you instead use `-v focal-25-dev`, you will be installing/updating to the very latest build tracking the source code from branch `v2.5.x-release`.
165+
To install 2.5, use [bbb-install-2.5.sh](https://github.com/bigbluebutton/bbb-install/blob/master/bbb-install-2.5.sh). For example, the following command installs BigBlueButton 2.5 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). Notice the version is `-v focal-250`, which will install the latest officially published release (alpha/beta/etc) of BigBlueButton 2.5. If you instead use `-v focal-25-dev`, you will be installing/updating to the very latest build tracking the source code from branch `v2.5.x-release`.
166166

167167
```bash
168168
wget -qO- https://ubuntu.bigbluebutton.org/bbb-install-2.5.sh | bash -s -- -v focal-250 -s bbb.example.com -e [email protected] -a -w
@@ -193,9 +193,9 @@ ii bbb-webrtc-sfu 1:2.5-6 amd64 BigBlueButton WebRTC S
193193

194194
```
195195
196-
This installs the latest version of BigBlueButton 2.5-dev with Let's encrypt certificate and the API demos. With the API demos installed, you can open `https://<hostname>/` in a browser (where `<hostname>` is the hostname you specified in the `bbb-install-2.5.sh` command), enter your name, and click 'Join' to join 'Demo Meeting'. For more information, see the [bbb-install-2.5.sh](https://github.com/bigbluebutton/bbb-install/blob/master/bbb-install-2.5.sh) documentation.
196+
This installs the latest version of BigBlueButton 2.5 with Let's encrypt certificate and the API demos. With the API demos installed, you can open `https://<hostname>/` in a browser (where `<hostname>` is the hostname you specified in the `bbb-install-2.5.sh` command), enter your name, and click 'Join' to join 'Demo Meeting'. For more information, see the [bbb-install-2.5.sh](https://github.com/bigbluebutton/bbb-install/blob/master/bbb-install-2.5.sh) documentation.
197197
198-
BigBlueButton 2.5-dev is under active development. While we don't recommend setting it up in a production environment yet, we do encourage administrators to try out the build with others and give us feedback on [our bigbluebutton-dev mailing list](https://groups.google.com/g/bigbluebutton-dev).
198+
We welcome feedback on [our bigbluebutton-dev mailing list](https://groups.google.com/g/bigbluebutton-dev).
199199
200200
## Development
201201

0 commit comments

Comments
 (0)