FlaskAppDeployment

From Traxel Wiki
Revision as of 21:36, 13 August 2023 by RobertBushman (talk | contribs)
Jump to navigation Jump to search

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>

Install Flask Toolkit

Configure Apache

Deploy Hello World