[Chicago] deploying django apps, first steps for newbie

Steven McGrath steve at cugnet.net
Wed Nov 20 19:25:38 CET 2013


fabric++

I actually use fabric for most deployment and management stuff.  One of my prod backup scripts is leveraging fabric for pulling everything together.

—
Steven McGrath


On November 20, 2013 at 12:05:15 PM, Daniel Fehrenbach (dnfehrenbach at gmail.com) wrote:

I've stared using Fabric for deploying stuff at work. I only have 1 server (with a similar stack to Sheila's) where everything lives so I am not dealing with a lot of different hosts or very rapid deployment time tables. Personally, I found that it was easier to go from my standard text file of copy/pasted lines of terminal inputs to a fabfile than to a chef/salt/ansible framework but I was never able to devote much time to learning the higher caliber tools.

Dan


On Wed, Nov 20, 2013 at 11:59 AM, Brian Curtin <brian at python.org> wrote:
On Wed, Nov 20, 2013 at 11:24 AM, sheila miguez <shekay at pobox.com> wrote:
>
>
>
> On Wed, Nov 20, 2013 at 11:10 AM, Brian Curtin <brian at python.org> wrote:
>>
>> On Wed, Nov 20, 2013 at 11:09 AM, Brian Curtin <brian at python.org> wrote:
>> > On Wed, Nov 20, 2013 at 10:46 AM, sheila miguez <shekay at pobox.com>
>> > wrote:
>> >> (assuming there is some reason I wouldn't want to use a
>> >> distro's package? is there?)
>> >
>> > None whatsoever.
>>
>> Er, to clarify: don't use distro packages.
>
>
> I'm confused, do you mean don't use distro packages for something like
> psycopg2? I use pip for everything now, but was wondering whether I should
> treat that one differently.

I wouldn't use a distro package for anything. Distro packages are for
the distro.

Pin specific versions of all of your dependencies and build your
environment with pip, and you'll never be surprised or broken by
someone else's changes to the distro.
_______________________________________________
Chicago mailing list
Chicago at python.org
https://mail.python.org/mailman/listinfo/chicago

_______________________________________________  
Chicago mailing list  
Chicago at python.org  
https://mail.python.org/mailman/listinfo/chicago  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/chicago/attachments/20131120/5bc0f082/attachment.html>


More information about the Chicago mailing list