Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/instructure/lti1_tool_provider_example
A simple LTI Tool Provider Sinatra app
https://github.com/instructure/lti1_tool_provider_example
Last synced: 7 days ago
JSON representation
A simple LTI Tool Provider Sinatra app
- Host: GitHub
- URL: https://github.com/instructure/lti1_tool_provider_example
- Owner: instructure
- License: mit
- Created: 2012-03-09T03:42:16.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T01:02:01.000Z (9 months ago)
- Last Synced: 2024-04-14T20:25:54.409Z (7 months ago)
- Language: HTML
- Homepage:
- Size: 22 MB
- Stars: 33
- Watchers: 15
- Forks: 22
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Example LTI Tool Provider Using ims-lti Gem
This is a basic and simple LTI Tool Provider that uses the
[ims-lti](https://github.com/instructure/ims-lti) gem.
To get this running in your development environment, check out the repo then:bundle install
shotgunIf you'd rather run the app using docker a docker-compose file is included:
docker-compose run --rm web bundle install
docker-compose upIf you're using dinghy on OS X you'll be able to visit the app at: http://lti1-example.docker/
You can use the XML from the `/tool_config.xml` endpoint to configure the tool in a Tool Consumer.
You can use this with the [example LTI Tool Consumer](https://github.com/instructure/lti_tool_consumer_example)
to do some simple LTI testing.