The Data Cultures LTI provider application running in Canvas
Rails requires a JavaScript runtime. If one is not installed and in the PATH
, I suggest node.js runtime. Select one option below:
- Install with a package manger
- from sources. Note that it will require Python 2.6 or 2.7 if installed from source
- The node site has some binary downloads
The directory with the node binary must then be put into the system PATH. A "which node" command must be able to find it.
Detailed setup instructions, grouped by logical page. This includes getting the code, configuration, etc.
Instructions on manual application deployment (after it has been set up once). There are four scenarios: ruby code-only deploy, ruby code deploy with migration, ruby code deploy with javascript, and ruby code, javascript, and migrations. But it is done as one step, plus two optional steps.
- Configure Mocking Options for RSpec Mocking is enabled by default, which should be fine for most circumstances (in which case this section is optional).
System reset For if you want to start from scratch.
(Optional) A slate of tools is included. Zeus and Guard can help accelerate development.