https://github.com/instructure/canvas_connect
Adobe Connect plugin for Canvas LMS.
https://github.com/instructure/canvas_connect
Last synced: 11 months ago
JSON representation
Adobe Connect plugin for Canvas LMS.
- Host: GitHub
- URL: https://github.com/instructure/canvas_connect
- Owner: instructure
- License: agpl-3.0
- Created: 2012-12-20T15:53:28.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2023-10-02T20:09:28.000Z (over 2 years ago)
- Last Synced: 2025-04-10T12:37:07.423Z (about 1 year ago)
- Language: Ruby
- Size: 74.2 KB
- Stars: 7
- Watchers: 13
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# CanvasConnect
CanvasConnect is an Adobe Connect plugin for [Instructure
Canvas](http://instructure.com). It allows users to create and join Adobe
Connect conferences directly from their courses.
## Installation
Add this line to your application's Gemfile:
gem 'canvas_connect'
## Usage
CanvasConnect registers itself as a Canvas plugin and can be configured by
going to /plugins in your Canvas instance and entering your Connect information.
CanvasConnect assumes that it's being used inside of a Canvas instance, and
will explode in strange and beautiful ways if you try to run anything in it
outside of Canvas.
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request