Re: Diploy django on DigitalOcean

2021-06-24 Thread Gabriel Akwasi Asare
Don’t forget that heroku doesn’t manage your media files.It deletes them
every reboot which is going to cost you your data
Digital ocean let’s do all things yourself yeah but it’s worth it
You have control to manage your site however you want it

On Thu, 24 Jun 2021 at 09:45 Luciano Martins  wrote:

> Good morning...Implementing something on a VPN like Digital Ocean will
> require you to take care and configure everything, part of security,
> database, etc, if possible choose Heroku that already delivers the
> infrastructure ready and you just have to will care about the code...a tip!!
>
> Em quinta-feira, 24 de junho de 2021 às 06:27:30 UTC-3,
> gabriels...@gmail.com escreveu:
>
>> Open the file,it has all you need
>>
>> On Thu, 24 Jun 2021 at 09:08 Antonis Christofides <
>> ant...@antonischristofides.com> wrote:
>>
>>> Hi,
>>>
>>> you can try "Deploying Django on a single Debian or Ubuntu server" at
>>> djangodeployment.com or djangodeployment.readthedocs.io.
>>>
>>> Regards,
>>>
>>> Antonis
>>>
>>> Antonis Christofides+30-6979924665 <+30%20697%20992%204665> (mobile)
>>>
>>>
>>> On 24/06/2021 10.20, Eugene TUYIZERE wrote:
>>>
>>> Hello Team,
>>>
>>> I need some tutorials and steps to deploy a django app on DigitalOcean.
>>> Note that I already have the domain what it remaining is only to host.
>>>
>>> Thank you
>>>
>>> --
>>> *Eugene*
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Django users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to django-users...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/CABxpZHsoWK1zUBgu8a4CERk0AcK2pm3zG_pa8Kv%3D7vGtXXbr_g%40mail.gmail.com
>>> 
>>> .
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Django users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to django-users...@googlegroups.com.
>>>
>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/b9895365-b303-948f-88c6-3b7f43a57c82%40antonischristofides.com
>>> 
>>> .
>>>
>> --
>> Gabrielstone
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/a8447748-48c4-468b-bd5b-12c0cd7d63d7n%40googlegroups.com
> 
> .
>
-- 
Gabrielstone

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAL-5MpVUFTwMYWsxmMWJ%3D1yL1iciKQx5gtMjmyA_H19WpAVNkQ%40mail.gmail.com.


Re: Diploy django on DigitalOcean

2021-06-24 Thread Gabriel Akwasi Asare
Open the file,it has all you need

On Thu, 24 Jun 2021 at 09:08 Antonis Christofides <
anto...@antonischristofides.com> wrote:

> Hi,
>
> you can try "Deploying Django on a single Debian or Ubuntu server" at
> djangodeployment.com or djangodeployment.readthedocs.io.
>
> Regards,
>
> Antonis
>
> Antonis Christofides
> +30-6979924665 (mobile)
>
>
> On 24/06/2021 10.20, Eugene TUYIZERE wrote:
>
> Hello Team,
>
> I need some tutorials and steps to deploy a django app on DigitalOcean.
> Note that I already have the domain what it remaining is only to host.
>
> Thank you
>
> --
> *Eugene*
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CABxpZHsoWK1zUBgu8a4CERk0AcK2pm3zG_pa8Kv%3D7vGtXXbr_g%40mail.gmail.com
> 
> .
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/b9895365-b303-948f-88c6-3b7f43a57c82%40antonischristofides.com
> 
> .
>
-- 
Gabrielstone

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAL-5MpUJU%3D0RYf%2BNxGQda3hVjB7srW69W-yc69_3fZWOkStG2w%40mail.gmail.com.
digital ocean setups
https://www.digitalocean.com/community/tutorials/how-to-install-nginx-on-ubuntu-20-04#step-5-–-setting-up-server-blocks-(recommended)

https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-20-04

https://www.digitalocean.com/community/tutorials/initial-server-setup-with-ubuntu-20-04

https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-ubuntu-20-04