FlaskAppDeployment: Difference between revisions

From Traxel Wiki
Jump to navigation Jump to search
Line 2: Line 2:
First runthrough based on: https://www.rosehosting.com/blog/how-to-install-flask-on-ubuntu-22-04-with-apache-and-wsgi/
First runthrough based on: https://www.rosehosting.com/blog/how-to-install-flask-on-ubuntu-22-04-with-apache-and-wsgi/
= Install Apache =
= Install Apache =
<source>
sudo systemctl status apache2
</source>
Already installed - skipping this section.
== HTTP ==
== HTTP ==
== TLS ==
== TLS ==
= Install Python / PIP =
= Install Python / PIP =
<source>
<source>

Revision as of 21:37, 13 August 2023

First runthrough based on: https://www.rosehosting.com/blog/how-to-install-flask-on-ubuntu-22-04-with-apache-and-wsgi/

Install Apache

sudo systemctl status apache2

Already installed - skipping this section.

HTTP

TLS

Install Python / PIP

$ python --version
$ pip --version

Already installed, skipping this section.

Install Flask Toolkit

Configure Apache

Deploy Hello World