- Make sure you have installed
node
,npm
andmongodb
. - Save this folder anywhere on your system
- Open
dist/server/config.js
in a Text Editor and set yourconsumerKey
and yourconsumerSecret
. - If you want to use SSL, add the path to your public key and certificate to
dist/server/config.js
- Run
npm start
from 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