Skip to content

Add a few notes/changes around setup #59

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ docker-compose run web rails db:migrate

## Installing in Canvas

1. Create a developer key in Canvas. The "Vendor code" should be set to `Instructure.com`
1. Create a developer key in Canvas. The "Vendor code" should be set to `Instructure.com`. The "Redirect URIs" can be set to any valid URI, this property not used in the context of the plagiarism platform. The key should be unscoped.
2. Create a .env file in the lti_originality_report_example project with the following lines:

```
Expand Down
2 changes: 2 additions & 0 deletions script/developer-setup.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

touch .env

# Sets up the project for development using Docker and docker-compose.

# Use the example override file.
Expand Down