Tuesday, July 30, 2013

Re: Help getting started: Which server setup for a beginner? Apache? lighttpd? To use or not virtualenv?

On Tue, Jul 30, 2013 at 10:48 AM, Jared Nielsen <nielsen.jared@gmail.com> wrote:
> I started setting up Apache with mod_wsgi, but ran into innumerable config
> errors. After some Googling about, I found a number of suggestions to use
> lighttpd instead. Installed that and more troubleshooting. And what's this
> about gunicorn?


if you're a total beginer, and doesn't have any previous experience
setting up and deploying web servers, I'd advice to just avoid the
issue until you're comfortable with Django itself.

IOW: stay with the development server (the one that runs with "python
manage.py runserver"). When you have a project or two that want to
deploy, then start planning your deployment strategy.

in any case, i think many people agree that gunicorn is one of the
easiest to setup. I myself like nginx+uWSGI, and many others like
Apache+mod_wsgi, but none of these are needed for development.

--
Javier

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment