Course Information
Course Overview
Learn how you can setup a VPS that can host multiple Django applications as well as applications from other technologies
In this comprehensive course, we will embark on a journey to set up a Linux Virtual Private Server (VPS) utilizing cutting-edge technologies such as Apache2, Nginx, uwsgi, and systemctl. This setup is specially designed for hosting Django applications, yet it maintains the flexibility to support a variety of other technologies.
Our primary platform for this course will be an Amazon EC2 VPS. However, the skills and knowledge you acquire here are universally applicable and can be seamlessly transferred to work with Linux VPS (specifically Ubuntu 18.04) from any other providers like Linode or Digital Ocean.
A unique aspect of this course is the detailed walkthrough on configuring Apache2 as the primary web server. This server will interact with Nginx through a reverse proxy setup. Nginx serves a dual role – it acts as a server for media and static files and communicates with uWSGI, also via reverse proxy, for handling non-static file requests. uWSGI, being a versatile application server, will efficiently serve your Django applications.
One of the key learning outcomes of this course is mastering the automation of routine and critical tasks using systemctl. This includes automating the rebooting of applications in the event of a crash or during a VPS reboot, ensuring high availability and resilience of your applications.
An essential part of managing a VPS is ensuring its security. To address this, we will delve into using Amazon AWS security groups. These groups act as robust firewalls, safeguarding your VPS against unauthorized access and potential threats. By the end of this course, you will have a well-rounded understanding of setting up and managing a Linux VPS for hosting Django applications, ensuring they are both high-performing and secure.
This course is perfect for those who are looking to deepen their understanding of VPS management and application hosting using Linux, Apache2, Nginx, uwsgi, and systemctl. Whether you are a developer, system administrator, or an IT enthusiast, this course will equip you with the practical skills and theoretical knowledge to excel in this domain. Join us to embark on this exciting journey towards becoming proficient in managing and hosting applications on a Linux VPS.
Course Content
- 3 section(s)
- 11 lecture(s)
- Section 1 Introduction
- Section 2 Hands on deploying
- Section 3 Conclusion
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 different technologies
Reviews
-
PPetro Kapingala
so god
-
BBenedikt Heinekamp
The guy is simply following a tutorial he wrote. He doesn't even explain what does what or what are the commands for. I have no idea on how any of the components work, only watched someone running commands for 1:30 hour.
-
MMiguel Angel Ruiz Santillanes
Excelente felicidades
-
SSum Abiut
This is course is a total waste of money for me. I get a lot of errors on the server and nothing seems to work. I ended up reading up a 15 minutes tutorial on the internet and I had my Django up and running on Apache in no time