Todos
Steps to deploy to sec.joostagterhoek.nl
Install and configure a Flask app on my server
Following the steps described in this Yunohost-forum-post, I managed to install a ‘Hello World’-app on sec.joostagterhoek.nl.
Deploy to production according to Flask-documentation
source: link to Flask-documentation on production deployment
To deploy a Flask app, the documentation recommends to:
- Build a wheel (
.whl
) file. - Configure a secret key
- Run the app with a production server