Built using React Starter Kit
Dev setup:
Create a .env
file containing
LTI_KEY=key
LTI_SECRET=secret
CANVAS_TOKEN=canvas-admin-token
- Install mkcert
- Run
mkcert -install
to install a local CA - Generate SSL certs with `mkcert -cert-file ~/certs/127.0.0.1.xip.io.crt -key-file ~/certs/127.0.0.1.xip.io.key '*.127.0.0.1.xip.io'
- Run
docker-compose up
- In your Canvas-Test instance navigate to
Admin
-> account ->Settings
->Apps
->View App Configurations
->+App
- Select
Paste XML
asConfiguration Type
, set the key and secret to match your.env
file, and paste the contents ofinstall.example.xml
into theXML Configuration
and clickSubmit
- You can now find the tool under
Account
->Settings
->Crosslist