Skip to content

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

Notifications You must be signed in to change notification settings

404Simon/flask_passenger_phusion_boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages