Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 402 Bytes

File metadata and controls

13 lines (10 loc) · 402 Bytes

flask_passenger_phusion_boilerplate

Boilerplate Repo for using flask with Netcup which uses Passenger Phusion.

Setup

Create Virtual Environment

python -m venv env

install all requirements for your script

pip install xyz (Best practice would be a requirements.txt & pip install -r requirements.txt)

configure build script

  1. add all your app files and folders your flask app needs to run