Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/instructure/analytics
The official analytics package for Instructure's Canvas LMS.
https://github.com/instructure/analytics
Last synced: 7 days ago
JSON representation
The official analytics package for Instructure's Canvas LMS.
- Host: GitHub
- URL: https://github.com/instructure/analytics
- Owner: instructure
- License: agpl-3.0
- Created: 2014-10-31T22:35:13.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T18:04:19.000Z (15 days ago)
- Last Synced: 2024-10-29T20:11:08.035Z (15 days ago)
- Language: Ruby
- Size: 30 MB
- Stars: 35
- Watchers: 36
- Forks: 34
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Canvas Analytics
================This is the official analytics package for Instructure's Canvas LMS.
Version
-------1.0
Dependencies
------------* Canvas LMS (https://github.com/instructure/canvas-lms)
Installation
------------First, have Canvas LMS installed. Then:
```sh
cd [canvas-rails-root]
git clone [analytics-repo-url] gems/plugins/analytics
bundle update
rake db:migrate
rake canvas:compile_assets
```In your browser, login to your Canvas application and visit
`/accounts/self/settings`. Under features, enable the `Analytics`
checkbox.Visit `/accounts/self/analytics` to verify.
License
-------[GNU Affero General Public License v3.0](http://www.gnu.org/licenses/agpl-3.0.html)