Hi Rupert, Offline install for tg1 is explained at http://docs.turbogears.org/1.0/OfflineInstall It should be mostly valid for tg2 too, except for the use of tg2 package index. So the command for downloading packages of offline would become
$ easy_install -zmaxd -i http://www.turbogears.org/2.0/downloads/2.0final/index/ tg.devtools $ easy_install -zmaxd -i http://www.turbogears.org/2.0/downloads/2.0final/index/ Catwalk $ easy_install -zmaxd -i http://www.turbogears.org/2.0/downloads/2.0final/index/ Babel $ easy_install -zmaxd -i http://www.turbogears.org/2.0/downloads/2.0final/index/ zope.sqlalchemy $ easy_install -zmaxd -i http://www.turbogears.org/2.0/downloads/2.0final/index/ repoze.tm2 $ easy_install -zmaxd -i http://www.turbogears.org/2.0/downloads/2.0final/index/ repoze.what-quickstart Once the files are copied into the offline machine install them as $ easy_install -f . tg.devtools $ easy_install -f Catwalk $ easy_install -f Babel $ easy_install -f zope.sqlalchemy $ easy_install -f repoze.tm2 $ easy_install -f repoze.what-quickstart Could be a few commands less as I haven't really checked the dependency chain. Sanjiv On Fri, Apr 24, 2009 at 4:31 PM, ruko <[email protected]> wrote: > > Hi, > > Updating tg2.0b6 to tg2.final crashed my tg2 web site completely. > (The (openSUSE) server is behind a firewall and not allowed to be > connected to the internet.) > > To avoid this in future, I tried to setup a virtualenv. But virtualenv > tries to download missing eggs from internet sites. > > Is there a way to setup TG2 in an virtualenv without internet > connection? > > Rupert > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

