23 Nov 15:04
scaffold/cpdeploy.py - cherryd - DeployTemplate
From: dundeemt <dundeemt@...>
Subject: scaffold/cpdeploy.py - cherryd - DeployTemplate
Newsgroups: gmane.comp.python.cherrypy
Date: 2008-11-23 14:08:50 GMT
Subject: scaffold/cpdeploy.py - cherryd - DeployTemplate
Newsgroups: gmane.comp.python.cherrypy
Date: 2008-11-23 14:08:50 GMT
I've been away from CP for almost 8 months now and I am trying to get back up to speed on the new changes. Previously I was using the DeployTemplate so I could develop locally and then publish to CP running under Apache via mod_python. At that time Robert said he had been use scaffold for sometime. scaffold had a cpdeploy.py script that he used extensively. However, I see that cpdeploy.py has gone away although the scaffold directory remains. It would appear that cherryd has taken over for scaffold/ cpdeploy.py and the .conf files in scaffold are still viable for use with cherryd. -- So is the statement, scaffold/cpdeploy.py been replaced with cherryd, correct? Following on from there, it appears that the DeployTemplate has not kept up with CP 3.1 since it uses the quickstart method which has been deprecated and should be using the start method. (see following) (http://www.cherrypy.org/wiki/DeployTemplate) _cpserver.py:67: DeprecationWarning: quickstart does nothing now and will be removed in 3.2. Call cherrypy.engine.start() instead. Also, using DeployTemplate, I can't get it to respond to Ctrl+C What I am looking for is a Template I can use to run a CP application under * standalone CP (for development) * under mod_python (for production) * under mod_wsgi (for production) from the same CP application.(Continue reading)
RSS Feed