Small webapp to manage DIPY certificates from the workshop
Activate environment
source activate venv312
Install new package
uv pip install -r requirement.txt
Start the app
~/path/to/supervisor/supervisord -c supervisord.conf
Control the app
supervisorctl restart/start/stop/status fastapi
In case of an update of supervisord.conf, restart supervisor:
supervisorctl reread
supervisorctl update
supervisorctl restart fastapi
uv venv venv312 --python 3.12