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 (<ram.mullap...@gmail.com>) 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
> <https://groups.google.com/d/msgid/django-users/CA%2BOi5F0Chdi6d6b5x5CtW_pDphwyegA7m4kLofGkCoZiDk_32A%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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.

Reply via email to