Re: Fabric for dependency management, testing strategy

2013-11-11 Thread John DeRosa
Agree with Avraham. Some other considerations: I use Linux package managers (e.g., apt-get on Debian) for non-critical technology. This usually (but not always) means all non-Python technology, plus Python technology that we don’t push to its limits. But, OTOH, at least in Ubuntu, it can someti

Re: Fabric for dependency management, testing strategy

2013-11-11 Thread Avraham Serour
for dependency management you should use pip, first step is to go through the docs for fabric (and pip) also you should google for best practices On Mon, Nov 11, 2013 at 4:40 PM, Kannan wrote: > Hi Guys, > I am new to Fabric. Please send me your thoughts of using Fabric for > dependency manage

Fabric for dependency management, testing strategy

2013-11-11 Thread Kannan
Hi Guys, I am new to Fabric. Please send me your thoughts of using Fabric for dependency management and also about the testing strategy. Additionally, Please send me tutorials or links or something that can start with. With regards, Kannan -- You received this message because you are subsc