Deploying Django app to EC2 instance | Part 2 | Django Deployment

preview_player
Показать описание
Hi Guys! Welcome to a new series on Deploying A Django App on AWS Cloud.

In this part
we are going explore:
-deploy our application To our EC2 instance.
-Installing python On EC2 Instance
-Installing and Configuring the Python Virtual Environment
-Installing Djang Framework
-Pulling a application from github
-Setting Nginx server In EC2 instance to serve any application.
-Installing Gunicorn which will work as a bridge between NGINX and our Django application.
-Installing Supervisor which will ensure that our application is always running.

Watch this video till the end!
You can find the complete Playlist on

================
About The Channel:
-------------------------------
Life is all about a book. In this Channel I am sharing some chapters of my Life. By following the mantra "Sharing is Caring", I will share all my skills which can also help you on your success. Join with me by Subscribing this channel.

Training Partner:
ClerCode Software Training Center

You can follow me on

i will be happy to help you
Рекомендации по теме
Комментарии
Автор

Awesome tutorials sir for django-aws, 100 times Like

rockyraj
Автор

If i want to edit the content of my website then how can i do it??
I tried it by using git the content is changing but site is not updating

pramodmittal
Автор

i followed complete video but got 502 Bad gateway.please help me to solve this problem

prabhashswain
Автор

Hi, Thank you for your tutorial. I follow the steps you made but, I was facing an issue when I run this command sudo supervisorctl status the result is

guni:gunicorn FATAL Exited too quickly (process log may have details)

This is the content of my gunicorn.conf file
[program:gunicorn]

--workers 3 --bind app.app.wsgi:application "<- I use app.app.wsgi:application because my wsgi folder is in my_project/app/app/wsgi.py"
autostart=true
autorestart=true



[group:guni]
programs:gunicorn

cebutech
Автор

nginx server is running successfully but getting 502 error

surajotari
Автор

How to make Django application production ready

cloudscripted
Автор

I followed complete video but at the end i got 502 Bad Gateway

manifz
Автор

how to make django application production ready please sir give this video link

prabhashswain
Автор

Followed all steps but site is not reachable.

pranaybiswas
Автор

I followed complete video but at the end i got 502 Bad Gateway

NitinChauhan-hory
visit shbcf.ru