-
Notifications
You must be signed in to change notification settings - Fork 51
Testing LTI integration with Canvas
Phil Dinh edited this page Aug 23, 2017
·
9 revisions
This guide will walk you through how to setup the Canvas Learning Management System (LMS) and configure your Avalon development environment in order to test integration through LTI (Learning Tools Interoperability).
docker run -d --name canvas-docker -p 80:3000 -d lbjay/canvas-docker
- Uncomment the LTI authentication block under development in config/authentication.yml so it looks like:
- :name: Avalon Lti OAuth
:provider: :lti
:hidden: true
:params:
:oauth_credentials:
key: 'secret'
- Create your own key/secret pair in config/authentication.yml to replace
key: 'secret'
- Start your rails server:
bundle exec rake hydra:server