Re: Best digital ocean plan for a production server

2022-07-11 Thread Sebastian Jung
Hello,

Digital Ocean is for mid to great companys very nice because scalability.
But if you don't need that then digital ocean is too expensive. My favorit
https://www.netcup.de/vserver/ with 8GB Ram and Epyc CPU for only 9€ per
month. I think this is much much more faster then same price range on
digital ocean. There are exists also benchmarks between digital ocean and
netcup where digital ocean was much slower then netcup.

But when you need scalability then better digital ocean or aws

Regards

Am Mo., 11. Juli 2022 um 20:04 Uhr schrieb Julio Cojom <
jul.alejand...@gmail.com>:

> Hi Ram,
>
> I started with a simple VPS, 5$ monthly, it has a MySQL instance and 5 or
> 7 Django apps. After that MySQL started caching a lot of ram for the small
> VPS so I moved the SQL instance to another 5$ VPS and left the web/apps
> server alone, they are connected through the internal IP.
>
> Also, I created a couple of scripts to pull the GitHub repository, and set
> up a new app (database, Nginx host, etc) whenever I need that.
>
> You can create Django docker apps and manage all from docker / Kubernetes
> but in my case isn't necessary.
>
> Digital Ocean is cheap and very profitable if your customers don't use a
> lot of resources, with time you can upgrade your VPS with a couple of
> clicks.
> You need to get used to the terminal to use ssh. Also, there is a couple
> of things that don't work in the same way in Linux / windows, like paths
> for example. I used windows a lot of time for development before so I
> learned that a hard way
>
> Regards,
>
> Julio Cojom
>
>
>
>
>
> El sáb, 9 jul 2022 a las 21:20, Ram () escribió:
>
>> Hi,
>>
>> We are planning to launch our application in production once all the
>> testing is completed after deployment to our development server. We are
>> using Jenkins CI automation to deploy the code to the development server
>> and we will do the same in production server too, but we are currently
>> doing a feasibility study to understand which options are good for Django
>> web application for both Web and Mobile app.
>>
>> If anyone in this Django users community is currently on any Digital
>> Ocean's production server plan, could you share some details and
>> suggestions.
>>
>> Best regards,
>> ~Ram
>>
>> --
>> 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/CA%2BOi5F0Chdi6d6b5x5CtW_pDphwyegA7m4kLofGkCoZiDk_32A%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/CAHRQUH%3D4xkhPauCciTa_4%2BQ3uq8kiqrUSqwmPuoRdR-dAcukmA%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/CAKGT9mwkaFvhz36p0ghdfA3%3DCZcTHN9cbJEMuYs8WSERbiNaFQ%40mail.gmail.com.


Re: Best digital ocean plan for a production server

2022-07-11 Thread Julio Cojom
Hi Ram,

I started with a simple VPS, 5$ monthly, it has a MySQL instance and 5 or 7
Django apps. After that MySQL started caching a lot of ram for the small
VPS so I moved the SQL instance to another 5$ VPS and left the web/apps
server alone, they are connected through the internal IP.

Also, I created a couple of scripts to pull the GitHub repository, and set
up a new app (database, Nginx host, etc) whenever I need that.

You can create Django docker apps and manage all from docker / Kubernetes
but in my case isn't necessary.

Digital Ocean is cheap and very profitable if your customers don't use a
lot of resources, with time you can upgrade your VPS with a couple of
clicks.
You need to get used to the terminal to use ssh. Also, there is a couple of
things that don't work in the same way in Linux / windows, like paths for
example. I used windows a lot of time for development before so I learned
that a hard way

Regards,

Julio Cojom





El sáb, 9 jul 2022 a las 21:20, Ram () escribió:

> Hi,
>
> We are planning to launch our application in production once all the
> testing is completed after deployment to our development server. We are
> using Jenkins CI automation to deploy the code to the development server
> and we will do the same in production server too, but we are currently
> doing a feasibility study to understand which options are good for Django
> web application for both Web and Mobile app.
>
> If anyone in this Django users community is currently on any Digital
> Ocean's production server plan, could you share some details and
> suggestions.
>
> Best regards,
> ~Ram
>
> --
> 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/CA%2BOi5F0Chdi6d6b5x5CtW_pDphwyegA7m4kLofGkCoZiDk_32A%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/CAHRQUH%3D4xkhPauCciTa_4%2BQ3uq8kiqrUSqwmPuoRdR-dAcukmA%40mail.gmail.com.


Re: INSTALACION PYTHON / DJANGO EN DEBIAN

2022-07-11 Thread carlos
hola, prueba con este tuto
https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-debian-9

On Sun, Jul 10, 2022 at 12:46 PM Miguel Ángel Cumpa Ascuña <
miguel.cumpa.asc...@gmail.com> wrote:

> Hi
> sudo apt install python3-pip
> sudo pip3 install --upgrade pip
> sudo pip install django
>
> El sáb, 9 jul 2022 a las 12:44, GLIBERT CERTAD ()
> escribió:
>
>> Estimados, buenas tardes. Hasta ahora he trabajado con Python y Django en
>> Sistema Operativo de Windows. Pero por razones labrales, he iniciado un
>> proyecto y el servidor disponible posee Debian 9. Cuales son los comandos y
>> los pasos para instalar tanto Python como Django en dicho servidor.
>>
>> Sin más y agradeciendo de antemano;
>>
>> Glibert Certad
>>
>> --
>> 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/c7b05a27-1068-4197-9fc9-768060cee02cn%40googlegroups.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/CAOZHYKNbaWqdxXT%2B7atp6nESd7k%3DDQaugRDUtbtHPD-N%2BqKgFA%40mail.gmail.com
> 
> .
>


-- 
att.
Carlos Rocha

-- 
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/CAM-7rO2atwztt%3DxJVyhS4t1QcsVOSgwoe4uoisPGYvhp86aUzA%40mail.gmail.com.