[Baypiggies] Newbie: Deployment tools?

Kimball kbighorse at gmail.com
Wed Jan 13 23:11:38 CET 2010


Simeon and Harish,

Thank you for the kind tips.  I did end up hitting a problem using public
key authentication to my remote host, specifically a Paramiko SSHException,
and couldn't find any help online.  Nothing tricky or fancy, just a
public/private key pair from keygen.  If you care to comment, I'd be
grateful, but I'll just hold off for now otherwise.

Gratefully,

Kimball

ps-
http://stackoverflow.com/questions/2045880/invalid-key-error-from-paramiko

On Fri, Jan 8, 2010 at 12:22 AM, Harish Mallipeddi <
harish.mallipeddi at gmail.com> wrote:

> +1  Fabric - fabric is very minimal and doesn't get in your way. And the
> most important thing to remember is it's just plain old python code (not
> some fancy DSL).
>
> -- Harish
>
> On Fri, Jan 8, 2010 at 6:10 AM, Simeon Franklin <simeonf at gmail.com> wrote:
>
>> Fabric is the more capistrano-ish tool if all your looking for is
>> scriptable deployment. Buildout does more but it seems more "magic" to me
>> and imposes a bit of structure on your project. Fabric on the other hand is
>> pretty much just a quick way of creating command line tools that do 3 common
>> deployment tasks: run local commands, use ssh to move files, and run remote
>> commands on the deployment target. I found fabric much easier to wrap my
>> head around and it satisfied my (limited) deployment needs. YMMV!
>>
>> -regards
>> Simeon Franklin
>>
>>
>> On Thu, Jan 7, 2010 at 4:22 PM, Kimball Bighorse <kbighorse at yahoo.com>wrote:
>>
>>> Working on a Twisted Web app coming from a Java/Ruby background, used to
>>> Capistrano for Rails deployment.  Looking at zc.buildout and fabric for
>>> deployment, any opinions or other options for me to investigate?
>>>
>>> Gratefully,
>>>
>>> Kimball
>>> _______________________________________________
>>> Baypiggies mailing list
>>> Baypiggies at python.org
>>> To change your subscription options or unsubscribe:
>>> http://mail.python.org/mailman/listinfo/baypiggies
>>>
>>
>>
>> _______________________________________________
>> Baypiggies mailing list
>> Baypiggies at python.org
>> To change your subscription options or unsubscribe:
>> http://mail.python.org/mailman/listinfo/baypiggies
>>
>
>
>
> --
> Harish Mallipeddi
> http://blog.poundbang.in
>



-- 
One often meets his destiny on the road he takes to avoid it.
--Oogway
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/baypiggies/attachments/20100113/6f8a84ee/attachment.htm>


More information about the Baypiggies mailing list