Re: Django production deployment on my VPS

2018-07-03 Thread Vinicius Assef
The first thing you really should install in your VPS server is fail2ban. Read about it. On 3 July 2018 at 03:04, Kamal Sharma wrote: > is this production environment with gunicorn and nginx is robust, can i > develop a big portal and deploy into it with no problem?? > > On Sun, Jul 1, 2018 at

Re: Django production deployment on my VPS

2018-07-03 Thread Gerardo Palazuelos Guerrero
hi Kamal, In the course I did, we moved files using FTP. In reality, you can use SSH / SCP, FTP or git repository (on the latter, remember to avoid uploading any sensitive info to repository). Whatever method you use, please consider first setting up a firewall and proper firewall rules to

Re: Django production deployment on my VPS

2018-07-03 Thread Kamal Sharma
Hi Gerado Palazuelos Guerrero, Thanks a lot is is working fine for me, now i am able to deploy my django project on production server. But i have some questions related to the same, that how can i deploy my changes from local to production, can it is possible by copy my django app from local to

Re: Django production deployment on my VPS

2018-07-03 Thread Kamal Sharma
is this production environment with gunicorn and nginx is robust, can i develop a big portal and deploy into it with no problem?? On Sun, Jul 1, 2018 at 9:45 AM Gerardo Palazuelos Guerrero < gerardo.palazue...@gmail.com> wrote: > hi Kamal, > I found this link as part of a django training I did

Re: Django production deployment on my VPS

2018-06-30 Thread Gerardo Palazuelos Guerrero
hi Kamal, I found this link as part of a django training I did in a udemy course (https://www.udemy.com/the-ultimate-beginners-guide-to-django-python-web-dev-website). Link is: https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-ubuntu-16-04

Django production deployment on my VPS

2018-06-30 Thread Kamal Sharma
Dear Django community, I have developed my django application but i am facing problem to deploy it on my "virtual private server". And tutorial of production deployment are making me so confuse so i am unable to deploy it. Can you please share with me the steps to deploy my django project on