Skip to content

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.

Notifications You must be signed in to change notification settings

ait-cs-IaaS/learners

Repository files navigation

Learners Environment workflow

Webinterface for accessing CR exercises.

Build

python3 -m build

Install

#pip
pip install ait-learners

#docker
docker pull ghcr.io/ait-cs-iaas/learners

Run

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.

Resources

Stars

Watchers

Forks