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.
> --
> 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
pylons-discus...@googlegroups.com.
> To post to this group, send email to
pylons-...@googlegroups.com.
> 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 <
slugg...@gmail.com>