karmazilla / fabric forked from bitprophet/fabric

Simple, Pythonic remote execution and deployment

This URL has Read+Write access

commit  440a63feb5e565c504da5fef36ca112144e17d39
tree    732622a8a3a5b95765345d0c7173b1c7f6530b12
parent  78c7bb7b6f942172f4bc5ad0bfb80dd318505451
fabric /
README
FABRIC README.

Fabric is a simple pythonic remote deployment tool. 

It is designed to upload files to, and run shell commands on, a number of
servers in parallel or serially. These commands are grouped in tasks (regular
python functions) and specified in a 'fabfile'. 

It is a bit like a dumbed down Capistrano, except it's in Python, doesn't
expect you to be deploying Rails applications, and the 'put' command works. 

Unlike Capistrano, Fabric want's to stay small, light, easy to change and not
bound to any specific framework.

Once installed, you can run 'fab help' to learn more about how to use Fabric.