Thanks Chris - John
On Tue, Mar 14, 2017 at 6:34 PM, Christoph Zwerschke <[email protected]> wrote: > Am 14.03.2017 um 22:54 schrieb John Boynton: > >> We currently install TG 1.5 using easy_install as per the 1.5 docs for >> installation in both Vagrant development VMs and in Docker containers >> for deployment. Looks like our options are to either define base images >> with the current 1.5 code and its dependencies, or clone the required >> packages from the TurboGears server (is that possible?). >> > > I would simply clone the current package directory. That should be simple, > e.g. with wget: > > cd your-local-package-directory > wget -r -np -nH --cut-dirs=3 \ > http://www.turbogears.org/1.5/downloads/current/ > > You can then install from that package directory any time even without > Internet access, by either serving these files with a local webserver or > directly from the file system with: > > easy_install -i file://your-local-package-directory TurboGears > > > -- Chris > > -- > You received this message because you are subscribed to a topic in the > Google Groups "TurboGears" group. > To unsubscribe from this topic, visit https://groups.google.com/d/to > pic/turbogears/2B4rNtR7UtA/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/turbogears. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/turbogears. For more options, visit https://groups.google.com/d/optout.

