sudo apt install python3-venv
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt
Copy init_db.py.dist to init_db.py and adapt it.
Load talks by running python3 init_db.py
.
FLASK_ENV=development flask run
flask run --host=0.0.0.0