[MapProxy] Production Deployment on RHEL upstart

Travis Kirstine traviskirstine at gmail.com
Wed May 15 06:10:08 PDT 2013


FYI some of the stanzas for the upstart config described in the
documentation are not supported in RHEL base installs of upstart (I'm using
CentOS 6.4 with upstart 0.6).  This basic config is working for me (may
need to be modified further for production).


###################

start on runlevel [2345]
stop on runlevel [!2345]

respawn

chdir /var/www/html/orthodirect_dev/mapproxy
exec /usr/bin/gunicorn -k eventlet -w 8 -b localhost:8181 config:application

#####################


Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapproxy/attachments/20130515/68729086/attachment.html>


More information about the MapProxy mailing list