How to use the Web Graphical Interface#

Install requirements

pip install ewoksserver[frontend]

Start the server that serves the frontend

ewoks-server

or for an installation with the system python

python3 -m ewoksserver.server

For more information see the ewoksweb documentation.