inginious-webapp¶
Starts the Web App Frontend. This command can run a standalone web server (see --host and --port options),
but also as a FastCGI backend.
inginious-webapp [-h] [--config CONFIG] [--host HOST] [--port PORT]
-
--config¶ Specify the configuration file to use. By default, it is configuration.yaml or configuration.json, depending on which is found first. This can also be specified via the
INGINIOUS_WEBAPP_CONFIGenvironment variable.
-
--hostHOST¶ Specify the host to which to bind to. By default, it is localhost. This can also be specified via the
INGINIOUS_WEBAPP_HOSTenvironment variable.
-
--portPORT¶ Specify the port to which to bind to. By default, it is 8080. This can also be specified via the
INGINIOUS_WEBAPP_PORTenvironment variable.
-
-h,--help¶ Display the help message.