forked from External/greenlight
add demo server trial to README.md
This commit is contained in:
parent
efbf42f698
commit
ab7ae8434b
|
@ -8,9 +8,11 @@ Greenlight is a simple front-end interface for your BigBlueButton server. At it'
|
|||
* Invite others to your room using a simple URL.
|
||||
* View recordings and share them with others.
|
||||
|
||||
Furthermore, Greenlight is completely configurable. This means you can turn on/off features to make Greenlight fit your specific use case. For more information on Greenlight and it's features, see our [documentation](http://docs.bigbluebutton.org/install/greenlight.html).
|
||||
Interested? Try Greenlight out on our [demo server](https://demo.bigbluebutton.org/gl)!
|
||||
|
||||
For a overview of how GreenLight works, checkout our [Introduction to Greenlight Video](https://youtu.be/yGX3JCv7OVM).
|
||||
Greenlight is also completely configurable. This means you can turn on/off features to make Greenlight fit your specific use case. For more information on Greenlight and its features, see our [documentation](http://docs.bigbluebutton.org/install/greenlight.html).
|
||||
|
||||
For a overview of how Greenlight works, checkout our [Introduction to Greenlight Video](https://youtu.be/yGX3JCv7OVM).
|
||||
|
||||
## Installation on a BigBlueButton Server
|
||||
|
||||
|
@ -20,7 +22,7 @@ For information on installing Greenlight, checkout our [Installing Greenlight on
|
|||
|
||||
## Source Code & Contributing
|
||||
|
||||
GreenLight is built using Ruby on Rails. Many developers already know Rails well, and we wanted to create both a full front-end to BigBlueButton but also a reference implementation of how to fully leverage the [BigBlueButton API](http://docs.bigbluebutton.org/dev/api.html).
|
||||
Greenlight is built using Ruby on Rails. Many developers already know Rails well, and we wanted to create both a full front-end to BigBlueButton but also a reference implementation of how to fully leverage the [BigBlueButton API](http://docs.bigbluebutton.org/dev/api.html).
|
||||
|
||||
We invite you to build upon GreenLight and help make it better. See [Contributing to BigBlueButton](http://docs.bigbluebutton.org/support/faq.html#contributing-to-bigbluebutton).
|
||||
|
||||
|
|
Loading…
Reference in New Issue