inginious-lti

Starts the LTI Frontend. This command can run a standalone web server (see --host and --port options), but also as a FastCGI backend.

inginious-lti [-h] [--config CONFIG] [--host HOST] [--port PORT]
--config

Specify the configuration file to use. By default, it is configuration.lti.yaml. This can also be specified via the INGINIOUS_LTI_CONFIG environment variable.

--host HOST

Specify the host to which to bind to. By default, it is localhost. This can also be specified via the INGINIOUS_LTI_HOST environment variable.

--port PORT

Specify the port to which to bind to. By default, it is 8080. This can also be specified via the INGINIOUS_LTI_PORT environment variable.

-h, --help

Display the help message.