Re: Install Django in a Production server!

2010-03-11 Thread Suno Ano
Tiago> I want to keep my dedicated server for my company, where can i Tiago> find a tutorial, the best choices for OS. A combo of Debian/Ubuntu, Cherokee and uWSGI is what I use http://yml-blog.blogspot.com/2009/11/how-to-set-up-cherokee-and-uwsgi.html http://www.cherokee-project.com/doc/cookb

Re: Install Django in a Production server!

2010-03-11 Thread Massimiliano Bertinetti
Eventually, as said by the doc: " The mod_python module for Apachecan be used to deploy Django to a production server, although it has been mostly superseded by the simpler *mod_wsgi deployment option*

Re: Install Django in a Production server!

2010-03-11 Thread Anton Bessonov
Using Django on Apache with mod_python in production - it's a bad idea! wsgi or fcgi is better start point. http://docs.djangoproject.com/en/dev/howto/deployment/ Massimiliano Bertinetti schrieb: If I understand, you want information about installing python/django in a production enviroment (e

Re: Install Django in a Production server!

2010-03-11 Thread Massimiliano Bertinetti
If I understand, you want information about installing python/django in a production enviroment (ex-novo). I recently do this on a Linode Virtual Ubuntu Server and I think you can do the same. Here a tutorial: http://library.linode.com/web-frameworks/django I'm not a Linode man! What you find on

Install Django in a Production server!

2010-03-11 Thread Tiago
I want to keep my dedicated server for my company, where can i find a tutorial, the best choices for OS. Thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe f