An LTI tool provider intended to be used as a reference for implementing the IMS LTI 2.1 specification. Section numbers in the comments (i.e. “6.1.2”) refer to sections of the IMS LTI 2.1 specification.
bundle install
bundle exec rake db:create
bundle exec rake db:migrate
bundle exec rackup
bundle exec rake db:migrate RACK_ENV=test
bundle exec rspec
- 'docker-compose build'
- 'docker-compose run --rm web bundle exec rake db:setup'
- 'docker-compose up'
- 'docker-compose build'
- 'docker-compose run --rm web bundle exec rake db:migrate'