Hosting Python Flask Applications as a service on Ubuntu Linux Server
Let us explore how to run Python Flask application as a Linux Service.
Let’s follow the below steps :
In order to deploy a service on Ubuntu server we need to create a file (name of the service : riiva) :
sudo nano /etc/system/system/riiva.service...
blog.consultanubhav.com2 min read