forked from External/greenlight
GRN2-xx: Fixed issues with Greenlight ReadME (#537)
* Replaced Green Light with Greenlight * Fixed docs links
This commit is contained in:
parent
f44b776d1e
commit
7dfab1482d
20
README.md
20
README.md
|
@ -5,9 +5,9 @@
|
|||
!Status](https://coveralls.io/repos/github/bigbluebutton/greenlight/badge.svg?branch=master)
|
||||

|
||||
|
||||
> Greenlight is currently on version 2.0. If you are still running Greenlight 1.0 we suggest [upgrading to 2.0](http://docs.bigbluebutton.org/install/greenlight-v2.html#upgrading-from-greenlight-10).
|
||||
> Greenlight is currently on version 2.0. If you are still running Greenlight 1.0 we suggest [upgrading to 2.0](http://docs.bigbluebutton.org/greenlight/gl-install.html#upgrading-from-greenlight-10).
|
||||
|
||||
Green Light is a simple front-end interface for your BigBlueButton server. At it's heart, Green Light provides a minimalistic web-based application that allows users to:
|
||||
Greenlight is a simple front-end interface for your BigBlueButton server. At it's heart, Greenlight provides a minimalistic web-based application that allows users to:
|
||||
|
||||
* Signup/Login with Twitter, Google, or through the application itself.
|
||||
* Manage your account settings and user preferences.
|
||||
|
@ -15,25 +15,25 @@ Green Light 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.
|
||||
|
||||
Interested? Try Green Light out on our [demo server](https://demo.bigbluebutton.org/gl)!
|
||||
Interested? Try Greenlight out on our [demo server](https://demo.bigbluebutton.org/gl)!
|
||||
|
||||
Green Light is also completely configurable. This means you can turn on/off features to make Green Light fit your specific use case. For more information on Greenlight and its features, see our [documentation](http://docs.bigbluebutton.org/install/greenlight-v2.html).
|
||||
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-v2.html).
|
||||
|
||||
For a overview of how Greenlight works, checkout our Introduction to Green Light Video:
|
||||
For a overview of how Greenlight works, checkout our Introduction to Greenlight Video:
|
||||
|
||||
[](https://youtu.be/Hso8yLzkqj8)
|
||||
|
||||
## Installation on a BigBlueButton Server
|
||||
|
||||
Green Light is designed to work on a [BigBlueButton 2.0](https://github.com/bigbluebutton/bigbluebutton) (or later) server.
|
||||
Greenlight is designed to work on a [BigBlueButton 2.0](https://github.com/bigbluebutton/bigbluebutton) (or later) server.
|
||||
|
||||
For information on installing Green Light, checkout our [Installing Greenlight on a BigBlueButton Server](http://docs.bigbluebutton.org/install/greenlight.html#installing-on-a-bigbluebutton-server) documentation.
|
||||
For information on installing Greenlight, checkout our [Installing Greenlight on a BigBlueButton Server](http://docs.bigbluebutton.org/greenlight/gl-install.html#installing-on-a-bigbluebutton-server) documentation.
|
||||
|
||||
## Source Code & Contributing
|
||||
|
||||
Green Light 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 Green Light and help make it better. See [Contributing to BigBlueButton](http://docs.bigbluebutton.org/support/faq.html#contributing-to-bigbluebutton).
|
||||
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).
|
||||
|
||||
We invite your feedback, questions, and suggests about Green Light too. Please post them to the [developer mailing list](https://groups.google.com/forum/#!forum/bigbluebutton-dev).
|
||||
We invite your feedback, questions, and suggests about Greenlight too. Please post them to the [developer mailing list](https://groups.google.com/forum/#!forum/bigbluebutton-dev).
|
||||
|
||||
|
|
Loading…
Reference in New Issue