Return-Path: X-Original-To: apmail-incubator-bloodhound-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-bloodhound-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1DF0CDF0A for ; Thu, 27 Sep 2012 16:40:52 +0000 (UTC) Received: (qmail 73634 invoked by uid 500); 27 Sep 2012 16:40:52 -0000 Delivered-To: apmail-incubator-bloodhound-dev-archive@incubator.apache.org Received: (qmail 73618 invoked by uid 500); 27 Sep 2012 16:40:52 -0000 Mailing-List: contact bloodhound-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bloodhound-dev@incubator.apache.org Delivered-To: mailing list bloodhound-dev@incubator.apache.org Received: (qmail 73609 invoked by uid 99); 27 Sep 2012 16:40:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Sep 2012 16:40:52 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of brane@wandisco.com designates 74.125.82.175 as permitted sender) Received: from [74.125.82.175] (HELO mail-we0-f175.google.com) (74.125.82.175) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Sep 2012 16:40:45 +0000 Received: by weyt44 with SMTP id t44so763343wey.6 for ; Thu, 27 Sep 2012 09:40:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:organization:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding:x-gm-message-state; bh=BvzKHfsakcUR892K7CML2NJ9ZZt8ZJDrnjIJxsq8Vd0=; b=mS4bFrOo8mkoIV3duSZbs9+J4MVcAN/nEQp4dW+0JaqKI5Comf1rzfxzH/MyMvO4kR gKRWwazwUz/Xytpm1VQvdsk8AG6bmcgpjPAICXwJAJc3bXzXVdMqN4YiySyr7eUYlBCe IEypgGMbqOdt/5pIre/9mJHZ0oX+ykoaP3vjXdFjsfb9kePnBTSKWFW4N8IE+DA6UVUn wj8EZVxnPA58x69x9Z87qe3Kv4dmU6HnzJG/WQd/FqNyT3QS6f6s+gOrhcneQj1+noLT BnbMqcN8id0xZlcRx1RqrNHim9ExrW5eI/4Wedy7TVXeJvoYja4mIUp+vV7wkIk5hKXm vIxw== Received: by 10.216.141.38 with SMTP id f38mr1792752wej.196.1348764024787; Thu, 27 Sep 2012 09:40:24 -0700 (PDT) Received: from zulu.local ([90.157.243.91]) by mx.google.com with ESMTPS id bn7sm14031781wib.8.2012.09.27.09.40.23 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 27 Sep 2012 09:40:23 -0700 (PDT) Message-ID: <50648175.1060302@wandisco.com> Date: Thu, 27 Sep 2012 18:40:21 +0200 From: =?UTF-8?B?QnJhbmtvIMSMaWJlag==?= Organization: WANdisco User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 MIME-Version: 1.0 To: bloodhound-dev@incubator.apache.org Subject: Re: installation procedure References: <50647551.8060903@apache.org> In-Reply-To: <50647551.8060903@apache.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQmDEDjDlCTGX9Ah5f8Uqo1a2E/dvpRi3ntu+tCxY+W3lghWVWptHnpO10GP0BUEZDVZtBar Are we again talking about the installation procedure for the casual user? There should be no issues for packagers, since pip can install eggs, right? And please, not bitbucket. -- Brane On 27.09.2012 17:48, Gary Martin wrote: > Hi, > > Right, so I note that we have not actually finished sorting out the > installation process yet. It seems to me that it might be best to deal > with the problems through appropriate documentation rather than any > coded solution. We could of course question whether that is > sustainable as we get more plugins as part of a default install. > > Anyway, I have been fighting a bit with pip installation as I also > wanted to see if the instructions could be changed to download all the > required packages to a known location first and then pip install. So, > something like: > > pip install --download="./dependencies/" -r requirements-download.txt > pip install -r requirements-fromdl.txt > > I'm trying to work out how well this and variations on the theme work. > > This, for instance, looks like it might also work as long as the trac > and various bloodhound entries appear first (reusing the single file): > > mkdir /path/to/bh_local_cache > pip install --no-install --use-mirrors -I > --download="/path/to/bh_local_cache/" -r requirements.txt > pip install --find-links=file://path/to/local_cache/ --no-index > --index-url=file:///dev/null -r requirements.txt > > Going with this download route would seem to only allow us to specify > the files to be downloaded as tarballs or zips. That is, I don't > believe any of the following would work for installing the Account > Manager plugin: > > https://trac-hacks.org/svn/accountmanagerplugin/0.11 > > http://trac-hacks.org/changeset/latest/accountmanagerplugin/0.11?old_path=/&filename=accountmanagerplugin/0.11&format=zip > > Would using the > https://bitbucket.org/olemis/bloodhound-t-h.o/downloads/TracAccountManager-0.3.2.tar.gz > as suggested by Olemis be a reasonable way to go or does anyone want > to suggest other alternatives? -- Certified & Supported Apache Subversion Downloads: http://www.wandisco.com/subversion/download