Deploying CherryPy (daemon)

后端 未结 4 2174
傲寒
傲寒 2020-12-08 15:04

I\'ve followed the basic CherryPy tutorial (http://www.cherrypy.org/wiki/CherryPyTutorial). One thing not discussed is deployment.

How can I launch a CherryPy app a

4条回答
  •  一个人的身影
    2020-12-08 15:44

    I wrote a tutorial/project skeleton, cherrypy-webapp-skeleton, which goal was to fill the gaps for deploying a real-world CherryPy application on Debian* for a web-developer. It features extended cherryd for daemon privilege drop. There's also a number of important script and config files for init.d, nginx, monit, logrotate. The tutorial part describes how to put things together and eventually forget about it. The skeleton part proposes a way of possible arrangement of CherryPy webapp project assets.


    * It was written for Squeeze but practically it should be same for Wheezy.

提交回复
热议问题