Linode <https://www.linode.com/docs/websites/frameworks/django-apache-and-modwsgi-on-centos-5> and Digital Ocean <https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-django-with-postgres-nginx-and-gunicorn> both have good tutorials on setting up a production deployment of Django on a virtual private server.
On Wed, Feb 25, 2015 at 11:29 AM, Rodrigo Zayit <[email protected]> wrote: > anywhere > > > Atenciosamente, > Rodrigo de Oliveira > > On Wed, Feb 25, 2015 at 2:19 PM, dk <[email protected]> wrote: > >> thanks guys, I installed Apache and I am setting everything, does my >> project really need to be in /etc/www/ >> >> or I can put anywhere in the computer? just making sure the apache.conf >> point to that address? >> >> >> >> On Wednesday, February 25, 2015 at 6:29:25 AM UTC-6, Fernando Ramos wrote: >> >>> If there's more than one person using it your site will only grow. The >>> Django web server is meant for debugging, not production. >>> Go the extra step and setup ngnix or another simple http server. You >>> will thank yourself later. >>> >>> >>> El martes, 24 de febrero de 2015, 14:49:16 (UTC-7), dk escribió: >>>> >>>> its just a website with one link =) >>>> basicly shows one graph. and that's it. >>>> >>>> On Tuesday, February 24, 2015 at 3:41:14 PM UTC-6, george wrote: >>>> >>>>> not production i hope. >>>>> >>>>> in prod use nginx. if not on prod use runserver 0.0.0.0:8000 >>>>> Em 24/02/2015 18:37, "dk" <[email protected]> escreveu: >>>>> >>>>>> I got a virtual machine with Linux centos that we are going to use >>>>>> for our django webpage. >>>>>> that machine will have the html service on. so when people go to the >>>>>> computer typing the IP, will show them the webpage. is there any special >>>>>> trick to do? like make a service that lunch manage.py with the runserver >>>>>> command? >>>>>> if any one can point me to a webpage I will appreciate. >>>>>> >>>>>> thanks guys. >>>>>> >>>>>> -- >>>>>> 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 http://groups.google.com/group/django-users. >>>>>> To view this discussion on the web visit https://groups.google.com/d/ >>>>>> msgid/django-users/e3255fbf-27c2-4ac5-bec6-939b9a8744cd% >>>>>> 40googlegroups.com >>>>>> <https://groups.google.com/d/msgid/django-users/e3255fbf-27c2-4ac5-bec6-939b9a8744cd%40googlegroups.com?utm_medium=email&utm_source=footer> >>>>>> . >>>>>> 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 http://groups.google.com/group/django-users. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/django-users/5f1533ca-afee-4779-914e-6632931cea10%40googlegroups.com >> <https://groups.google.com/d/msgid/django-users/5f1533ca-afee-4779-914e-6632931cea10%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> 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 http://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAL6GM4%2B4dryN7oOtD%2Bmejc0NUrDZrgf6wUEORtq6dGjfMSGosg%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAL6GM4%2B4dryN7oOtD%2Bmejc0NUrDZrgf6wUEORtq6dGjfMSGosg%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > > 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 http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CA%2By5TLY2Sa2ponpCV1DyxbsoVkd%3DAdVgwmid_VUpDmMkGvX9%2Bw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

