FlaskAppDeployment
Revision as of 21:36, 13 August 2023 by RobertBushman (talk | contribs)
First runthrough based on: https://www.rosehosting.com/blog/how-to-install-flask-on-ubuntu-22-04-with-apache-and-wsgi/
Install Apache
HTTP
TLS
Install Python / PIP
<sourcecode> $ python --version $ pip --version </sourcecode>