Hi,

I just wanted to mention that I am expecting to push forward with changing to use bloodhound_setup.py instead of installer.py as the recommended way to install. That will just mean updating documentation a little to provide the virtualenv and pip install instructions. If anyone feels like testing the process in its current state, then instead of

   python installer.py

you should now run:

   virtualenv bloodhound
   source bloodhound/bin/activate
   pip install -r requirements-dev.txt
   python bloodhound_setup.py

despite appearances, this is only actually two extra instructions as the environment activation is a step that does not need to be performed later.

The ticket for this work is here: https://issues.apache.org/bloodhound/ticket/126

Cheers,
    Gary

On 07/09/2012 10:39 AM, Apache Bloodhound wrote:
#126: Drop the pip install from the installation script for increased 
flexibility
--------------------------+-------------------------------------
   Reporter:  gjm          |      Owner:  gjm
       Type:  enhancement  |     Status:  accepted
   Priority:  major        |  Milestone:  RC1 for initial release
  Component:  installer    |    Version:
Resolution:               |   Keywords:
--------------------------+-------------------------------------
Changes (by gjm):

  * component:  dashboard => installer


Comment:

  r1358998 adds some simple tests to parts of the {{{bloodhound_setup.py}}}
  script

  r1359000 updates {{{bloodhound_setup.py}}} to pass the new tests



Reply via email to