Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 529 Bytes

readme.md

File metadata and controls

16 lines (10 loc) · 529 Bytes

Example LTI Tool Provider Using ims-lti Gem

Deploy

This is a basic and simple LTI Tool Provider that uses the ims-lti 2.0.0.beta gem. It currently only supports LTI2 launches

To get this running in your development environment, check out the repo then:

bundle install
bundle exec rake db:setup
bundle exec rails s

You can add the tool to a tool consumer with the the '/tool_proxy' endpoint