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

Notifications You must be signed in to change notification settings

ncr-no/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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 46.4%
  • Python 39.8%
  • TypeScript 11.1%
  • SCSS 2.0%
  • HTML 0.3%
  • JavaScript 0.3%
  • Shell 0.1%