- Make sure you have installed
node,npmandmongodb. - Save this folder anywhere on your system
- Open
dist/server/config.jsin a Text Editor and set yourconsumerKeyand yourconsumerSecret. - If you want to use SSL, add the path to your public key and certificate to
dist/server/config.js - Run
npm startfrom the root directory to install the dependencies and start the Capira Server
Capira uses the LTI Standard to connect with your LMS.
- Your Launch-URL is the root URL of your Capira Server (i.e. https://my-capira-server.com/)
- LTI uses a Key and Secret for authentication of your LMS. You can configure them in your
config.js