Just computer note…

I wanted to run a Flask web app for L’s Moodle conversions and doing it on the Mac server seemed the best idea. I put the web app into the www folder. Here were the steps…

cd /to_folder

python3 -m venv venv

source venv/bin/activate

pip install Flask

pip install pypandoc

python3 main.py

 

To come…

Add Gunicorn