You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A webinterface participants log into using credentials they have been previously assigned. Using this site, they can view documentation about the environment, complete exercises (including triggering scripts on the Venjix server) and access the systems in the Participant Network using noVNC.
gunicorn --bind 127.0.0.1:5000 learners:app
# or
flask run
# or
docker-compose up -d
Develop
pip install -e .
About
A webinterface participants log into using credentials they have been previously assigned. Using this site, they can view documentation about the environment, complete exercises (including triggering scripts on the Venjix server) and access the systems in the Participant Network using noVNC.