Skip to main content
Eckford on the side
The snippets herein are from far and wide. It makes no sense without context
  • Login
  • Home
  • Bridges
  • Flask
  • Get Smart
  • GitOps
  • Patterns for safely evolving systems without breaking operations
  • O365
  • Semantic Search Structure Demo
  • Term Store Contributor can't add Term
Menu
  1. Home

Flask App

git restore

Always have a backup. With these two files and a build environment you can build TransferDepot as a FlaskRest ApplicationĀ 

app.py (main app)

  • Read more about git restore

Python, Flask for REST Tx

Install Flask on Redhat (repo available)

sudo dnf install python3-flask

šŸš€ Run Flask App (No pip needed)

  1. Save the app.py somewhere (e.g., /home/tux/transferdepot/app.py)

  • Read more about Python, Flask for REST Tx
Powered by Backdrop CMS