Re: Hosting Recommendations?

2024-12-06 Thread Sebastian Jung
IT IS everytime Same you can get a normal virtual root Server which IS Most
time cheap. You get very good Power for Money in Netcup Provider but there
you must Setup self Linux, nginx and your Project.

Otherwise you can get AWS and similat where you get managed Server but with
much Higher cost on Same Power of Server.

Decide self and IT also a decition how good IS your experience in Setup
self such a Environment.

Regards

Pradeep Chowdhary  schrieb am Do., 5. Dez. 2024,
03:37:

> Digital ocean is good for easy deployment. If you want it robust, fast and
> scalable you can consider AWS it is free for first year for small e2
> instance. I have tried it following Corey Shaffer 's django deployment
> code.
>
> On Thu, 5 Dec 2024, 02:29 Steve Smith,  wrote:
>
>> Hello all!
>>
>> I'm getting ready to put my project out into the world.  I'm researching
>> hosting options.and have recently somewhat settled on Digital Ocean...I
>> haven't dug in to start deployment yetbut any recommendations on if
>> this is a solid option or if there are others out there worth considering?
>>
>> Thanks in advance.
>>
>> Steve
>>
>> --
>> 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 [email protected].
>> To view this discussion visit
>> https://groups.google.com/d/msgid/django-users/PH7PR11MB6857966E9F2FB0D704A13011D2372%40PH7PR11MB6857.namprd11.prod.outlook.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 [email protected].
> To view this discussion visit
> https://groups.google.com/d/msgid/django-users/CAJVHcDgUEYpouDwADu7ywWxwxR8AVkNgeoi7eHnCOtyDbE4-BA%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 [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/django-users/CAKGT9mxAJDSEDwGyKy_8sRTGCxDtoY%2B32RVsuHWS27PmO-Nt-Q%40mail.gmail.com.


Re: Hosting Recommendations?

2024-12-06 Thread [email protected]
You’ll get a lot of different views on this.I’ve settled on Digital Ocean running Docker after a few iterations. I’m not saying it’s the best way to do it but here are my reasons:It’s fairly cheapIt was easier to set up than I expected. I’ve shied away from Docker in the past for a relatively small application as it seemed over engineered, but coming back to it I got something running in a few days and it feels very manageable.There are a lot of online resources for this so you should find a tutorial quite easily. DO have quite a few which are obviously specifically relevant if you are hosting with them.If things get messy after a few attempts you can easily just run up a new droplet and you’re up and running in a nice clean environment.You can use a local Docker environment which is identical to that which you will deploy for pre-deploy testing and have high confidence that if it works there it will work when you deploy.I managed to automate deployment linked to commits using GitHub actions and again that was relatively straightforward.A few caveats (based on my experience)- You have to consider how you manage state between deploys. For example I run some database initialisation scripts which add done standard reference data but I want it to run slightly differently if I’m creating a new environment or deploying to an existing one. It wasn’t difficult but there were more nuances than I had considered.- you have to decide how you will manage settings files for different types of environment. I have settings for dev, staging and live. There are different approaches.- You need to decide how you are going to manage secrets. API tokens etc. again I found this more fiddly than I expected. I keep my secrets in my GitHub repo’s secrets vault but you have to be careful how they get passed around without exposing them.I’m sure others will have different views so you will need to decide based on your situation but I hope this helps.ThomasSent from my iPhoneOn 6 Dec 2024, at 14:58, yaamoussa-solution  wrote:Herku
Le ven. 6 déc. 2024 à 14:20, Konstantinos Dimitropoulos  a écrit :Pythonanywhere is also coolIl mer 4 dic 2024, 22:00 Steve Smith  ha scritto:






Hello all!




I'm getting ready to put my project out into the world.  I'm researching hosting options.and have recently somewhat settled on Digital Ocean...I haven't dug in to start deployment yetbut any recommendations on if this is a solid option or if there are
 others out there worth considering?  




Thanks in advance.




Steve








-- 
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 [email protected].
To view this discussion visit https://groups.google.com/d/msgid/django-users/PH7PR11MB6857966E9F2FB0D704A13011D2372%40PH7PR11MB6857.namprd11.prod.outlook.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 [email protected].
To view this discussion visit https://groups.google.com/d/msgid/django-users/CAOKiqZ%3DSWxg0ZJN%2B1x6UaSotY2thO673_U6cYkEwqW8JUmZHAg%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 [email protected].
To view this discussion visit https://groups.google.com/d/msgid/django-users/CAPs4bqHe%2BAvEUFZBse7zOOPNbRcoDQWobfde9NYh9UDmPevDmg%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 [email protected].
To view this discussion visit https://groups.google.com/d/msgid/django-users/67DEC349-FB70-4CB8-BD8B-B4EB0554C665%40genonline.co.uk.


Re: Hosting Recommendations?

2024-12-06 Thread yaamoussa-solution
Herku

Le ven. 6 déc. 2024 à 14:20, Konstantinos Dimitropoulos <
[email protected]> a écrit :

> Pythonanywhere is also cool
>
> Il mer 4 dic 2024, 22:00 Steve Smith  ha
> scritto:
>
>> Hello all!
>>
>> I'm getting ready to put my project out into the world.  I'm researching
>> hosting options.and have recently somewhat settled on Digital Ocean...I
>> haven't dug in to start deployment yetbut any recommendations on if
>> this is a solid option or if there are others out there worth considering?
>>
>> Thanks in advance.
>>
>> Steve
>>
>> --
>> 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 [email protected].
>> To view this discussion visit
>> https://groups.google.com/d/msgid/django-users/PH7PR11MB6857966E9F2FB0D704A13011D2372%40PH7PR11MB6857.namprd11.prod.outlook.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 [email protected].
> To view this discussion visit
> https://groups.google.com/d/msgid/django-users/CAOKiqZ%3DSWxg0ZJN%2B1x6UaSotY2thO673_U6cYkEwqW8JUmZHAg%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 [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/django-users/CAPs4bqHe%2BAvEUFZBse7zOOPNbRcoDQWobfde9NYh9UDmPevDmg%40mail.gmail.com.


Re: Hosting Recommendations?

2024-12-06 Thread Konstantinos Dimitropoulos
Pythonanywhere is also cool

Il mer 4 dic 2024, 22:00 Steve Smith  ha
scritto:

> Hello all!
>
> I'm getting ready to put my project out into the world.  I'm researching
> hosting options.and have recently somewhat settled on Digital Ocean...I
> haven't dug in to start deployment yetbut any recommendations on if
> this is a solid option or if there are others out there worth considering?
>
> Thanks in advance.
>
> Steve
>
> --
> 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 [email protected].
> To view this discussion visit
> https://groups.google.com/d/msgid/django-users/PH7PR11MB6857966E9F2FB0D704A13011D2372%40PH7PR11MB6857.namprd11.prod.outlook.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 [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/django-users/CAOKiqZ%3DSWxg0ZJN%2B1x6UaSotY2thO673_U6cYkEwqW8JUmZHAg%40mail.gmail.com.


Re: Hosting Recommendations?

2024-12-05 Thread Luciano Martins (luxu)
vercel is cool!
Em quarta-feira, 4 de dezembro de 2024 às 23:38:29 UTC-3, Pradeep Chowdhary 
escreveu:

> Digital ocean is good for easy deployment. If you want it robust, fast and 
> scalable you can consider AWS it is free for first year for small e2 
> instance. I have tried it following Corey Shaffer 's django deployment 
> code. 
>
> On Thu, 5 Dec 2024, 02:29 Steve Smith,  wrote:
>
>> Hello all!
>>
>> I'm getting ready to put my project out into the world.  I'm researching 
>> hosting options.and have recently somewhat settled on Digital Ocean...I 
>> haven't dug in to start deployment yetbut any recommendations on if 
>> this is a solid option or if there are others out there worth considering?  
>>
>> Thanks in advance.
>>
>> Steve
>>
>> -- 
>> 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 [email protected].
>> To view this discussion visit 
>> https://groups.google.com/d/msgid/django-users/PH7PR11MB6857966E9F2FB0D704A13011D2372%40PH7PR11MB6857.namprd11.prod.outlook.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 [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/django-users/10112ac2-2c57-4c9e-9449-b5f48fa00aaen%40googlegroups.com.


Re: Hosting Recommendations?

2024-12-04 Thread Pradeep Chowdhary
Digital ocean is good for easy deployment. If you want it robust, fast and
scalable you can consider AWS it is free for first year for small e2
instance. I have tried it following Corey Shaffer 's django deployment
code.

On Thu, 5 Dec 2024, 02:29 Steve Smith,  wrote:

> Hello all!
>
> I'm getting ready to put my project out into the world.  I'm researching
> hosting options.and have recently somewhat settled on Digital Ocean...I
> haven't dug in to start deployment yetbut any recommendations on if
> this is a solid option or if there are others out there worth considering?
>
> Thanks in advance.
>
> Steve
>
> --
> 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 [email protected].
> To view this discussion visit
> https://groups.google.com/d/msgid/django-users/PH7PR11MB6857966E9F2FB0D704A13011D2372%40PH7PR11MB6857.namprd11.prod.outlook.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 [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/django-users/CAJVHcDgUEYpouDwADu7ywWxwxR8AVkNgeoi7eHnCOtyDbE4-BA%40mail.gmail.com.


Re: Hosting Recommendations?

2024-12-04 Thread Alexei Ramotar
I use Heroku. It's generally pretty straightforward. But does cost some cash

On Wed, Dec 4, 2024, 3:59 PM Steve Smith  wrote:

> Hello all!
>
> I'm getting ready to put my project out into the world.  I'm researching
> hosting options.and have recently somewhat settled on Digital Ocean...I
> haven't dug in to start deployment yetbut any recommendations on if
> this is a solid option or if there are others out there worth considering?
>
> Thanks in advance.
>
> Steve
>
> --
> 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 [email protected].
> To view this discussion visit
> https://groups.google.com/d/msgid/django-users/PH7PR11MB6857966E9F2FB0D704A13011D2372%40PH7PR11MB6857.namprd11.prod.outlook.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 [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/django-users/CACCvK-tqey7wGqRydzesCsqf6rp11JE02ZkcXOyxdJGq%3DHk8%2BA%40mail.gmail.com.


Re: Hosting Recommendations?

2024-12-04 Thread kemo njie
You try https://fly.io,  heroku or render

On Wed, Dec 4, 2024 at 8:59 AM Steve Smith 
wrote:

> Hello all!
>
> I'm getting ready to put my project out into the world.  I'm researching
> hosting options.and have recently somewhat settled on Digital Ocean...I
> haven't dug in to start deployment yetbut any recommendations on if
> this is a solid option or if there are others out there worth considering?
>
> Thanks in advance.
>
> Steve
>
> --
> 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 [email protected].
> To view this discussion visit
> https://groups.google.com/d/msgid/django-users/PH7PR11MB6857966E9F2FB0D704A13011D2372%40PH7PR11MB6857.namprd11.prod.outlook.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 [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/django-users/CAPH0HcFBddTys-mYR6GKRBFKYfXps-2i27PD3MH%3DFQ_FcPHvhg%40mail.gmail.com.


Hosting Recommendations?

2024-12-04 Thread Steve Smith
Hello all!

I'm getting ready to put my project out into the world.  I'm researching 
hosting options.and have recently somewhat settled on Digital Ocean...I 
haven't dug in to start deployment yetbut any recommendations on if this is 
a solid option or if there are others out there worth considering?

Thanks in advance.

Steve

-- 
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 [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/django-users/PH7PR11MB6857966E9F2FB0D704A13011D2372%40PH7PR11MB6857.namprd11.prod.outlook.com.


Re: Hosting recommendations please

2019-11-30 Thread Integr@te System
Hi Deb,

Appropriate answer on service provider, bc of your requirement and their
service alway mutability.

On Sat, Nov 30, 2019, 21:01 Debabrata Chakraborty 
wrote:

> Hi everyone,
>
> I'm a beginner Django developer. So my apologies in advance for newbie
> like questions.
>
> I am building my site with *" *Django version 2.2.5 *"* and *" *SQLite
> 3.30 *" *in back-end. My question is -
>
> *#* Do services like "Heroku", "Digital Ocean", "Python Anywhere" and
> "AWS" - have limitation on *which version of Django*  or *which DBMS* I
> can use?
>
> I've seen this before with PHP/MySQL hosting where some hosting companies
> will limit which version of PHP or MySQL one can use. Is the same
> applicable to Django hosting in the above mentioned hosting platforms as
> well?
>
> I will very much grateful if you can help me out with this confusion.
>
> Best
>
> Deb
>
>
>
> On Tuesday, April 2, 2019 at 12:39:39 PM UTC+5:30, Mike Dewhirst wrote:
>>
>> I have to move three Django websites away from my current VM service
>> provider by the end of April because he is going out of the VM business.
>>
>> One is a plain Mezzanine CMS on one VM running Nginx/Gunicorn and the
>> other two are on the second VM running Apache and mod_wsgi.
>>
>> I'm most familiar with Ubuntu 16.04 and hope to go to 18.04.
>>
>> I think the RAM requirements are around 4GB for the Apache sites and
>> half that for Nginx. Haven't done any profiling.
>>
>> I'm in Australia. I'm after stability and reliability and if I'm lucky,
>> scalability.
>>
>> If you have any negative comments about providers please send them
>> off-list.
>>
>> Many thanks
>>
>> Mike
>>
>>
>> --
> 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 [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/15cc566b-b17e-45f0-bc68-aba926dbe7f1%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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAP5HUWrGsEYGrCSVLqNv6kVRBJaEeX_4NgO5JHcRQ%2BgBnTe2AA%40mail.gmail.com.


Re: Hosting recommendations please

2019-11-30 Thread Debabrata Chakraborty
Hi everyone, 

I'm a beginner Django developer. So my apologies in advance for newbie like 
questions. 

I am building my site with *" *Django version 2.2.5 *"* and *" *SQLite 3.30 *" 
*in back-end. My question is - 

*#* Do services like "Heroku", "Digital Ocean", "Python Anywhere" and "AWS" 
- have limitation on *which version of Django*  or *which DBMS* I can use?

I've seen this before with PHP/MySQL hosting where some hosting companies 
will limit which version of PHP or MySQL one can use. Is the same 
applicable to Django hosting in the above mentioned hosting platforms as 
well? 

I will very much grateful if you can help me out with this confusion. 

Best

Deb



On Tuesday, April 2, 2019 at 12:39:39 PM UTC+5:30, Mike Dewhirst wrote:
>
> I have to move three Django websites away from my current VM service 
> provider by the end of April because he is going out of the VM business. 
>
> One is a plain Mezzanine CMS on one VM running Nginx/Gunicorn and the 
> other two are on the second VM running Apache and mod_wsgi. 
>
> I'm most familiar with Ubuntu 16.04 and hope to go to 18.04. 
>
> I think the RAM requirements are around 4GB for the Apache sites and 
> half that for Nginx. Haven't done any profiling. 
>
> I'm in Australia. I'm after stability and reliability and if I'm lucky, 
> scalability. 
>
> If you have any negative comments about providers please send them 
> off-list. 
>
> Many thanks 
>
> Mike 
>
>
>

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/15cc566b-b17e-45f0-bc68-aba926dbe7f1%40googlegroups.com.


Re: Hosting recommendations please

2019-04-03 Thread Mike Dewhirst

On 3/04/2019 8:27 pm, Saurabh Jaiswal wrote:

Hey Mike,
Launch a digital ocean droplet with plesk 17.08 with decent specs and 
you can run all your three websites with ease on it on a single droplet.

You would have to setup apache mod_wsgi on it and you will be good to go.
If you need help do let me know.
I have been running my django projects without any hiccups.


Saurab

I use plesk in another area and can't complain. It is a good suggestion 
but I'm looking for minimal change other than the essential infrastructure.


Thanks for the offer of help. I'll keep this email in case I try that as 
well


Cheers

Mike



On Wed, Apr 3, 2019 at 12:02 PM Mike Dewhirst > wrote:


Thank you everyone for your recommendations. I have decided to see
what
DigitalOcean feels like.

Cheers

Mike

On 2/04/2019 6:08 pm, Mike Dewhirst wrote:
> I have to move three Django websites away from my current VM
service
> provider by the end of April because he is going out of the VM
business.
>
> One is a plain Mezzanine CMS on one VM running Nginx/Gunicorn
and the
> other two are on the second VM running Apache and mod_wsgi.
>
> I'm most familiar with Ubuntu 16.04 and hope to go to 18.04.
>
> I think the RAM requirements are around 4GB for the Apache sites
and
> half that for Nginx. Haven't done any profiling.
>
> I'm in Australia. I'm after stability and reliability and if I'm
> lucky, scalability.
>
> If you have any negative comments about providers please send them
> off-list.
>
> Many thanks
>
> Mike
>
>

-- 
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 [email protected]
.
To post to this group, send email to [email protected]
.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit

https://groups.google.com/d/msgid/django-users/d9f02ffd-7c55-3ce4-f5a6-40f499aaa52f%40dewhirst.com.au.
For more options, visit https://groups.google.com/d/optout.

--
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 [email protected] 
.
To post to this group, send email to [email protected] 
.

Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAOsmX49ecqimKO2RnBYQUinp5Km8GpX0-QVu_OcTAj6K%3Dzfcdw%40mail.gmail.com 
.

For more options, visit https://groups.google.com/d/optout.


--
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/f863b852-063f-16b9-aad3-e3a49e4f6102%40dewhirst.com.au.
For more options, visit https://groups.google.com/d/optout.


Re: Hosting recommendations please

2019-04-03 Thread Saurabh Jaiswal
Hey Mike,
Launch a digital ocean droplet with plesk 17.08 with decent specs and you
can run all your three websites with ease on it on a single droplet.
You would have to setup apache mod_wsgi on it and you will be good to go.
If you need help do let me know.
I have been running my django projects without any hiccups.

On Wed, Apr 3, 2019 at 12:02 PM Mike Dewhirst  wrote:

> Thank you everyone for your recommendations. I have decided to see what
> DigitalOcean feels like.
>
> Cheers
>
> Mike
>
> On 2/04/2019 6:08 pm, Mike Dewhirst wrote:
> > I have to move three Django websites away from my current VM service
> > provider by the end of April because he is going out of the VM business.
> >
> > One is a plain Mezzanine CMS on one VM running Nginx/Gunicorn and the
> > other two are on the second VM running Apache and mod_wsgi.
> >
> > I'm most familiar with Ubuntu 16.04 and hope to go to 18.04.
> >
> > I think the RAM requirements are around 4GB for the Apache sites and
> > half that for Nginx. Haven't done any profiling.
> >
> > I'm in Australia. I'm after stability and reliability and if I'm
> > lucky, scalability.
> >
> > If you have any negative comments about providers please send them
> > off-list.
> >
> > Many thanks
> >
> > Mike
> >
> >
>
> --
> 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 [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/d9f02ffd-7c55-3ce4-f5a6-40f499aaa52f%40dewhirst.com.au
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAOsmX49ecqimKO2RnBYQUinp5Km8GpX0-QVu_OcTAj6K%3Dzfcdw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Hosting recommendations please

2019-04-02 Thread Mike Dewhirst
Thank you everyone for your recommendations. I have decided to see what 
DigitalOcean feels like.


Cheers

Mike

On 2/04/2019 6:08 pm, Mike Dewhirst wrote:
I have to move three Django websites away from my current VM service 
provider by the end of April because he is going out of the VM business.


One is a plain Mezzanine CMS on one VM running Nginx/Gunicorn and the 
other two are on the second VM running Apache and mod_wsgi.


I'm most familiar with Ubuntu 16.04 and hope to go to 18.04.

I think the RAM requirements are around 4GB for the Apache sites and 
half that for Nginx. Haven't done any profiling.


I'm in Australia. I'm after stability and reliability and if I'm 
lucky, scalability.


If you have any negative comments about providers please send them 
off-list.


Many thanks

Mike




--
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/d9f02ffd-7c55-3ce4-f5a6-40f499aaa52f%40dewhirst.com.au.
For more options, visit https://groups.google.com/d/optout.


Re: Hosting recommendations please

2019-04-02 Thread Sasa Kalaba
*1.) PythonAnywhere*
  - use for lightweight applications. Extremely easy to setup.

*2.) Heroku*
  - easy to setup, and you can deploy anything up there. Price is also 
very reasonable. You'll have to get into some of the internal specifics 
(like dynos and whatnot).

*3.) DigitalOcean*
 - price wise the best option in my opinion. You'll have to setup 
everything yourself, but they have excellent tutorials in form of blog 
posts for virtually every stack possible. This is my personal favourite, 
since you custom setup == do whatever you want without limitations. Also a 
very good learning experience. Deploying with e.g. Heroku will leave you 
experienced to their ecosystem only. Deploying on DigitalOcean gives you a 
broader experience.

*4.) AWS*
 - nothing to say about AWS that hasn't already been said. Great for 
scaling apps, with like bigilion features.

All of these providers are very secure and dependable. I use them on a 
daily basis. Best of luck!

On Tuesday, April 2, 2019 at 9:09:39 AM UTC+2, Mike Dewhirst wrote:
>
> I have to move three Django websites away from my current VM service 
> provider by the end of April because he is going out of the VM business. 
>
> One is a plain Mezzanine CMS on one VM running Nginx/Gunicorn and the 
> other two are on the second VM running Apache and mod_wsgi. 
>
> I'm most familiar with Ubuntu 16.04 and hope to go to 18.04. 
>
> I think the RAM requirements are around 4GB for the Apache sites and 
> half that for Nginx. Haven't done any profiling. 
>
> I'm in Australia. I'm after stability and reliability and if I'm lucky, 
> scalability. 
>
> If you have any negative comments about providers please send them 
> off-list. 
>
> Many thanks 
>
> Mike 
>
>
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/df513cd8-bb07-479d-b593-2ad5e01c1cba%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Hosting recommendations please

2019-04-02 Thread RLM

Have you had a look at AWS?
We have had success with it.
Roger

On 2/4/19 6:08 pm, Mike Dewhirst wrote:
I have to move three Django websites away from my current VM service 
provider by the end of April because he is going out of the VM business.


One is a plain Mezzanine CMS on one VM running Nginx/Gunicorn and the 
other two are on the second VM running Apache and mod_wsgi.


I'm most familiar with Ubuntu 16.04 and hope to go to 18.04.

I think the RAM requirements are around 4GB for the Apache sites and 
half that for Nginx. Haven't done any profiling.


I'm in Australia. I'm after stability and reliability and if I'm 
lucky, scalability.


If you have any negative comments about providers please send them 
off-list.


Many thanks

Mike




--
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/c6d671bc-a01a-e17b-f894-ecf79ebbe90d%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Hosting recommendations please

2019-04-02 Thread Joel Mathew
I'm running mine off a Digitalocean 1GB droplet, and one hobby site off
Heroku. Heroku has some latency noticeable occasionally, but the
digitalocean droplet is perfect. I will scale to better specs once I go
into active production. It's working fine for upto 10 users now.
Sincerely yours,

 Joel G Mathew



On Tue, 2 Apr 2019 at 12:39, Mike Dewhirst  wrote:

> I have to move three Django websites away from my current VM service
> provider by the end of April because he is going out of the VM business.
>
> One is a plain Mezzanine CMS on one VM running Nginx/Gunicorn and the
> other two are on the second VM running Apache and mod_wsgi.
>
> I'm most familiar with Ubuntu 16.04 and hope to go to 18.04.
>
> I think the RAM requirements are around 4GB for the Apache sites and
> half that for Nginx. Haven't done any profiling.
>
> I'm in Australia. I'm after stability and reliability and if I'm lucky,
> scalability.
>
> If you have any negative comments about providers please send them
> off-list.
>
> Many thanks
>
> Mike
>
>
> --
> 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 [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/b7e16385-0ea9-6d02-e175-ba4594208bcc%40dewhirst.com.au
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAA%3Diw_9My8quXSDKr4BBCSSSnPnuH%3DYp6mQezG4%3DBFrcgHHBjA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Hosting recommendations please

2019-04-02 Thread Mike Dewhirst
I have to move three Django websites away from my current VM service 
provider by the end of April because he is going out of the VM business.


One is a plain Mezzanine CMS on one VM running Nginx/Gunicorn and the 
other two are on the second VM running Apache and mod_wsgi.


I'm most familiar with Ubuntu 16.04 and hope to go to 18.04.

I think the RAM requirements are around 4GB for the Apache sites and 
half that for Nginx. Haven't done any profiling.


I'm in Australia. I'm after stability and reliability and if I'm lucky, 
scalability.


If you have any negative comments about providers please send them off-list.

Many thanks

Mike


--
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/b7e16385-0ea9-6d02-e175-ba4594208bcc%40dewhirst.com.au.
For more options, visit https://groups.google.com/d/optout.