inginious-backend¶
Start an INGInious backend. This is typically only used when running the INGInious backend remotely. If you configured
INGInious to use a local backend, it is automatically run by inginious-webapp or inginious-lti.
inginious-backend [-h] [-v] agent client
-
-h,--help¶ Display the help message.
-
-v,--verbose¶ Increase output verbosity: logging level to DEBUG.
-
agent¶ The agents port, using the following syntax :
protocol://host:port. E.g.tcp://127.0.0.1:2001. The backend will listen for grading agents on that port.
-
client¶ The clients port, using the following syntax :
protocol://host:port. E.g.tcp://127.0.0.1:2000. The backend will listen for client frontend on that port.