Ubuntu Server: Already have LAMP installed, how do i install and set up Django?
listed in answer
ANSWER:
If you don’t mind ignoring all that LAMP stuff you already set up, you could try Gunicorn+nginx (here’s a short intro to get you started). A lot of the Django-powered startups are using it because the configuration is very straightforward compared to something like Apache with mod_wsgi (which is probably your second-best option).
by Hank Gay from http://unix.stackexchange.com/questions/37230

New Comments