Tous les messages étiquetés comme "Nginx"
Comment déployer des applications Flask sur Raspberry Pi
Vous avez souvent besoin d´une interface web pour vos projets Raspberry Pi. Flask est un framework Python qui facilite la programmation d´API web. Ensuite, vous devez ajouter toutes les étapes de déploiement pour exécuter automatiquement l´application Flask. Voici je veux montrer comment vous pouvez faire cela avec Gunicorn, Nginx et systemd.
How to Deploy Flask Applications on Raspberry Pi
Often you need a web interface for your Raspberry Pi projects. Flask is a Python framework that makes it easy to program web APIs. Then you need to add all the deployment steps to automatically run the Flask application. Here I want to show how you can do this with Gunicorn, Nginx and systemd.