Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/instructure/canvas_connect
Adobe Connect plugin for Canvas LMS.
https://github.com/instructure/canvas_connect
Last synced: 7 days 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 (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2023-10-02T20:09:28.000Z (about 1 year ago)
- Last Synced: 2024-04-14T20:25:50.448Z (7 months ago)
- Language: Ruby
- Size: 74.2 KB
- Stars: 6
- Watchers: 14
- Forks: 15
- 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