[Setup] Install a product w/o direct internet access

coopertino coopertino at ymail.com
Wed Mar 18 07:16:38 UTC 2009


Hi Danielle, thanks for your response. I followed your advice, but still
can't get it to work :
Here's what I did : 

in the downloads directory, I dropped the downloaded .tgz file
(poi_1.2.1.tgz) :

/opt/Plone-3.1/buildout-cache/downloads # ls -l
total 41180
-rw-r--r--   1 root     root       11548 Jan  6  2008
CMFTestCase-0.9.7.tar.gz
-rw-r--r--   1 root     root       14299 Jan  6  2008
ExtendedPathIndex-2.4.tgz
-rw-r--r--   1 root     root       56623 Jan  6  2008
ExternalEditor-0.9.3-src.tgz
-rw-r--r--   1 root     root      519906 Jan  6  2008
groupuserfolder-3-55-1.tgz
-rw-r--r--   1 root     root       13113 Jan  6  2008
PloneTestCase-0.9.7.tar.gz
-rw-r--r--   1 root     root       15460 Jan  6  2008
SecureMailHost-1.1.tar.gz
-rw-r--r--   1 root     root        5393 Jan  6  2008
statusmessages-3.0.3-tar.gz
-rw-r--r--   1 root     root       16689 Jan  6  2008
PluginRegistry-1.1.2.tar.gz
-rw-r--r--   1 root     root       26298 Jan  6  2008
ZopeVersionControl-0.3.4.tar.gz
-rw-r--r--   1 root     root       16266 Jan  6  2008 AdvancedQuery.tgz
-rw-r--r--   1 root     root      974534 Feb 18  2008 CMF-2.1.1.tar.gz
-rw-r--r--   1 root     root      127254 Feb 18  2008
PluggableAuthService-1.5.3.tar.gz
-rw-r--r--   1 root     root       11921 Mar 28  2008
CMFDynamicViewFTI-3.0.2.tar.gz
-rw-r--r--   1 root     root       42205 Mar 28  2008
CMFFormController-2.1.2.tar.gz
-rw-r--r--   1 root     root       13335 Mar 28  2008
PloneLanguageTool-2.0.3.tar.gz
-rw-r--r--   1 root     root       56533 Mar 28  2008
resourceregistries-1-4-2.tgz
-rw-r--r--   1 root     root       23754 Mar 28  2008
PasswordResetTool-1.1.tar.gz
-rw-r--r--   1 root     root       54856 Apr 22  2008
cmfplacefulworkflow-1-3-1.tgz
-rw-r--r--   1 root     root       26019 Apr 22  2008 CMFDiffTool-0.3.6.tgz
-rw-r--r--   1 root     root       38535 Apr 22  2008 NuPlone-1.0b2.tar.gz
-rw-r--r--   1 root     root      247682 Apr 28  2008
ATContentTypes-1.2.5.tgz
-rw-r--r--   1 root     root     7277894 Jun  3  2008 Zope-2.10.6-final.tgz
-rw-r--r--   1 root     root     1773879 Jun  3  2008 CMFEditions-1.1.7.tgz
-rw-r--r--   1 root     root      105722 Jul 26  2008
GenericSetup-1.4.1.tar.gz
-rw-r--r--   1 root     root       20196 Jul 26  2008
CMFQuickInstallerTool-2.1.6.tar.gz
-rw-r--r--   1 root     root     1055251 Jul 26  2008 kupu-1-4-11.tgz
-rw-r--r--   1 root     root       61577 Jul 26  2008 PlonePAS-3.6.tar.gz
-rw-r--r--   1 root     root     1002906 Jul 26  2008
Archetypes-1.5.9.tar.gz
-rw-r--r--   1 root     root       16814 Aug 19  2008
ATReferenceBrowserWidget-2.0.3.tar.gz
-rw-r--r--   1 root     root     1110884 Aug 19  2008 PloneBase-3.1.5.tar.gz
-rw-r--r--   1 root     root       33557 Aug 19  2008
PlacelessTranslationService-1.4.13.tar.gz
-rw-r--r--   1 root     root     4724443 Aug 19  2008
PloneTranslations-3.1.4.tar.gz
-rw-r--r--   1 root     root     1110921 Aug 25  2008
PloneBase-3.1.5.1.tar.gz
drwxr-xr-x   2 root     root         512 Aug 25  2008 dist
-rw-r--r--   1 root     other     319460 Mar 15 17:04 poi_1.2.1.tgz

Then I edited the /opt/Plone-3.1/zinstance/buildout.cfg file and added the
file:///... line

find-links =
    file:///opt/Plone-3.1/buildout-cache/downloads
    http://dist.plone.org
    http://download.zope.org/ppix/
    http://download.zope.org/distribution/
    http://effbot.org/downloads

Then I did a ./bin/buildout, and restarted the daemon, but still nothing.
What else am I missing ?

Thanks
-coopertino


danielle wrote:
> 
> specially for you I changed my buildout.cfg
> created a new download-cache directory
> and put find-links = file:///home/dan/splone/buildout-cache/downloads
> where my eggs and stuff are
> and it works
> dont't forget 3 / in file:///home/... if it's local it has to be known
> 
> On Mon, Mar 16, 2009 at 6:59 PM, coopertino <coopertino at ymail.com> wrote:
>>
>> Hi, thanks for your response.
>>
>> Yes I did try that : I dropped the *tgz file under
>> buildout-cache/downloads
>> dir
>> and then I re-ran zinstance/bin/buildout and restarted the instance
>> but nothing happened.
>>
>> Thanks
>>
>>
>> Francois Barriere wrote:
>>>
>>> On Sun, 15 Mar 2009 18:10:20 -0700 (PDT)
>>> coopertino <coopertino at ymail.com> wrote:
>>>
>>>>
>>>> Hi ,
>>>>
>>>> I'm maintaining an internal Plone site for several projects,
>>>> on a server which has no direct access to the internet.
>>>> I can't seem to find instructions on how to install a
>>>> product in this case.
>>>> I tried the documented procedures, but they all fail when
>>>> trying to connect to the specified URL's to get the eggs or .tgz files.
>>>>
>>>
>>>    Did you try to download the package manualy (from another machine)
>>> and put them in the buildout download cache directory (usualy named
>>> buildout-cache/downloads)?
>>>
>>> Francois
>>>
>>> --
>>>    Francois BARRIERE                          ATMEL
>>>                                               Zone Industrielle
>>>    Tel: (33) 0 442 53 61 98                   13106 ROUSSET
>>> E-Mail: francois.barriere at atmel.com           FRANCE
>>>                  ---------------------------------
>>> Everyone knows that debugging is twice as hard as writing a program
>>> in the first place. So if you're as clever as you can be when you write
>>> it,
>>> how will you ever debug it? (Brian Kernighan)
>>>                  ---------------------------------
>>>
>>> _______________________________________________
>>> Setup mailing list
>>> Setup at lists.plone.org
>>> http://lists.plone.org/mailman/listinfo/setup
>>>
>>>
>>
>> --
>> View this message in context:
>> http://n2.nabble.com/Install-a-product-w-o-direct-internet-access-tp2483645p2487540.html
>> Sent from the Installation, Setup, Upgrades mailing list archive at
>> Nabble.com.
>>
>>
>> _______________________________________________
>> Setup mailing list
>> Setup at lists.plone.org
>> http://lists.plone.org/mailman/listinfo/setup
>>
> 
> _______________________________________________
> Setup mailing list
> Setup at lists.plone.org
> http://lists.plone.org/mailman/listinfo/setup
> 
> 

-- 
View this message in context: http://n2.nabble.com/Install-a-product-w-o-direct-internet-access-tp2483645p2495721.html
Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com.




More information about the Setup mailing list