Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 536 Bytes

turn_it_in_integration.md

File metadata and controls

26 lines (18 loc) · 536 Bytes

Turn It In Integration

This file describes the details needed to work with the Turn It In integration.

Running

The Turn It In integration requires caching to be enabled. In development you need to run the following to enable or disable caching.

rails dev:cache

To enable, you need to set the following environment variables.

TII_ENABLED=true
TCA_HOST=https://...
TCA_API_KEY=...
TII_INDEX_SUBMISSIONS=true

Ensure that you have sidekiq running to process the turnitin jobs.

bundle exec sidekiq