Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Deploy Django on VPS Ubuntu Apache Nginx uWSGI systemctl AWS

    Posted By: ELK1nG
    Deploy Django on VPS Ubuntu Apache Nginx uWSGI systemctl AWS

    Deploy Django on VPS Ubuntu Apache Nginx uWSGI systemctl AWS
    MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
    Language: English | Size: 963 MB | Duration: 1h 44m

    Learn how you can setup a VPS that can host multiple Django applications as well as applications from other technologies

    What you'll learn
    By the end of this course you will have learned how to deploy a VPS with hosts multiple Django websites together with multiple websites from

    Requirements
    Basic knowledge about Django and Linux command line
    Description
    On this course we are going to setup a Linux VPS using top edge technologies like Apache2, Nginx, uwsgi and systemctl in order to host your Django applications but having the possibility of using the same VPS to host applications from different technologies.

    We are going to use a VPS from Amazon EC2 but all the content of this course will perfectly work for VPS Linux (18.04) from any other VPS provider like Linode or Digital Ocean.

    You will learn how to setup the Apache2 as the main webserver that will talks with Nginx via reverse proxy, Nginx in its turns will be the media files and static files server and will communicate with uWSGI via reverse proxy as well for requests that are not for static files. uWSGI in its turns will serve the Django applications.

    We are going to automate tasks with systemctl like rebooting the applications in case of a crash or in case the VPS reboots. And finally we are going to use Amazon AWS security groups to act as a firewall to protect the VPS

    Who this course is for
    Developers, sysadmins and DevOps guys that want to learn how to deploy a Django application on a VPS in a professional way