On Apr 28, 2009, at 2:41 PM, Jorge Vargas wrote:
> > On Fri, Apr 10, 2009 at 12:57 PM, Lukasz Szybalski <[email protected] > > wrote: >> >> Hello, >> >> I'm trying to deploy an app but the following command does not return >> valid config file. >> Which files in a tg.devtools templates need to be updated in order >> for >> it to produce working production.ini? >> > that will be > http://svn.turbogears.org/projects/tg.devtools/trunk/devtools/templates/turbogears/+package+/config/deployment.ini_tmpl > >> >> paster make-config myapp production.ini >> >> creates: >> [app:main] >> use = egg:myapp Right, the reason you got a minimal ini here was that deployment.ini_tmpl didn't exist in projects created with the last release. This was recently fixed: http://trac.turbogears.org/ticket/2304 You can copy over the misplaced depoyment.ini to deployment.ini_tmpl in the meantime. -- Philip Jenvey --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/turbogears-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
