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

Commit 6119c0e

Browse files
authored
Added section on switching to customized version of Greenlight (#124)
1 parent 47380ec commit 6119c0e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

_posts/2019-04-15-gl-customize.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,14 @@ Once you've merged your code, you should look through the latest version of the
259259

260260
# Customizing the Landing Page
261261

262+
## Before you begin
263+
264+
**IMPORTANT**
265+
266+
If you installed using the `bbb-install.sh` script, then you must switch to the [Customize](gl-install.html#switching-from-install-to-customize) version of Greenlight first, before you proceed.
267+
268+
## Updating the code
269+
262270
A common customization is to modify the default landing page. For a simple change, let's rename the welcome banner to say “Welcome to MyServer”.
263271

264272
The welcome banner is generated by [index.html.erb](https://github.com/bigbluebutton/greenlight/blob/master/app/views/main/index.html.erb). To customize this message, open `app/views/main/index.html.erb` in an editor.

0 commit comments

Comments
 (0)