Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 439 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 439 Bytes

About

This tool helps manage courses by providing training materials for lessons and collecting feedback from trainers.

Installation

  1. git clone https://github.com/digitalfabrik/ish-goalkeeper.git
  2. cd ish-goalkeeper
  3. python3 -m venv .venv
  4. source .venv/bin/activate
  5. pip install --upgrade pip; pip install --upgrade setuptools
  6. python3 setup.py (install|develop)
  7. manage.py migrate
  8. manage.py runserver