2011/4/12 Timuçin Kızılay <[email protected]>: > Hi, > > My TG2.1 project is now nearing to production. > I'm reading the deployment docs from the tg site but I'm stuck with no clue. > > I have a server with ubuntu 10.04 on it. Apache and postgresql works fine > and there are several virtualhost web sites (made with django) running on it > with apache mod-python. My plan is run tg web sites on that server as > virtual hosts. > > can you point me a direction to how to do that? >
I usually deploy my projects with mod_wsgi. If you want to follow the mod_wsgi way you can take a look at http://code.google.com/p/modwsgi/wiki/IntegrationWithPylons > And I need some tips about how to convert my development.ini file to > production.ini > Most of it involves in turning to false all the debug options and full_stack -- You received this message because you are subscribed to the Google Groups "TurboGears" 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?hl=en.

