On 4 Lug, 15:57, "Diez B. Roggisch" <[email protected]> wrote: > I don't understand why you care about zipped or unzipped eggs, and > about "original code". This is deployment. You don't work with code > there. > > If the given recipe works for you, it's fine. I don't see any reason > for any differences betrwwen tg1and 2 deployment-wise. > > Diez >
Ok but why? I mean I'm used to work on code from different places... Maybe the production environment is a bit different and I can only test some things there. If I can only deploy in this way then there's no way that I can simply modify the code there and push it to my git repository. Anyway I found how to do, this should work on a remote machine - create a virtualenv with *virtualenv -p <path> --no-site-packages env* - cd tgenv && source bin/activate - easy_install -i http://www.turbogears.org/2.0/downloads/current/index tg.devtools - *git pull <proj.git> - *cd proj && python setup.py develop* (install all the other libraries) -- 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.

