This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
fabric /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Oct 17 03:55:28 -0700 2008 | |
| |
AUTHORS | Sun Mar 15 13:48:55 -0700 2009 | |
| |
INSTALL | Wed Feb 06 04:07:02 -0800 2008 | |
| |
LICENSE | Fri Jan 04 11:35:54 -0800 2008 | |
| |
MANIFEST | Wed Feb 06 04:08:36 -0800 2008 | |
| |
README | Fri Mar 20 02:42:41 -0700 2009 | |
| |
TODO | Wed Mar 11 13:10:03 -0700 2009 | |
| |
doc/ | Wed Mar 11 13:25:01 -0700 2009 | |
| |
fabfile.py | Mon Feb 16 13:30:40 -0800 2009 | |
| |
fabric.py | Mon Apr 06 14:09:42 -0700 2009 | |
| |
prototypes/ | Sat Oct 25 16:42:11 -0700 2008 | |
| |
scp.py | Fri Feb 15 07:29:10 -0800 2008 | |
| |
setup.py | Mon Apr 06 14:09:42 -0700 2009 | |
| |
test/ | Tue Jan 20 04:10:34 -0800 2009 |
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.' This is called remote automation, and the primary use case is deploying applications to multiple similar hosts. Although it is easier to automate when the target hosts are similar, it is not a requirement and Fabric has features for working with heterogeneous hosts as well. Once installed, you can run `fab help` to learn more about how to use Fabric. If you want to make changes to the Fabric source code, then please see the guide lines located here: http://www.nongnu.org/fab/hacking.html







