I just use pserve on the command line, and vim for editing. Our staging server for bata tests is set up like the production server, so Apache with mod_proxy going to a supervisord job running pserve, and a remote database server. The servers are virtual now but we don't deal with that directly, we just ssh into what looks like a regular server.
On one production site we're using UWSGI because it has much better performance under high load. The stack is Apachw with mod_proxy_uwsgi going to a supervisord job running uwsgi. We've talked about using Docker for both production and beta sites but so far we haven't yet. On Thu, Feb 23, 2017 at 4:55 AM, Jaime Sangcap <[email protected]> wrote: > Im just starting out with python and pyramid and Im wondering what do you > guys use? > > Are you using the host without VM? Vagrant? Docker? > > I came from PHP and usually develop using vagrant. > > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" 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]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/pylons-discuss/46abd0c7-0b7c-40dd-a33c-8584b5ba76ce%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- Mike Orr <[email protected]> -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/CAH9f%3DuoXyvgXgCPm2Zj8gk62F56fgJgQ2T9J2ctxBOeqP4UF2Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
