July 2019
Beginner to intermediate
302 pages
9h 38m
English
Follow these steps to deploy the application using uWSGI and Nginx:
$ sudo apt-get install nginx
$ pip3 install uWSGI
Again, these are OS-specific, so please refer to the respective documentations as per the OS that you're using.
Make sure that you have a sites-enabled folder for Nginx, since this is where we will keep our site-specific configuration files. Usually, it is already present in most installations in the /etc/ folder. If not, please refer to the OS-specific documentation for your OS to figure this out.