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 | Mon Jun 30 16:15:09 -0700 2008 | |
| |
AUTHORS | Mon Jun 23 11:48:32 -0700 2008 | |
| |
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 | Sat Feb 16 05:58:52 -0800 2008 | |
| |
TODO | Sun Jul 13 15:00:17 -0700 2008 | |
| |
doc/ | Sat Jul 12 05:15:00 -0700 2008 | |
| |
fabfile.py | Sun Jul 06 05:32:03 -0700 2008 | |
| |
fabric.py | Mon Sep 15 00:45:46 -0700 2008 | |
| |
prototypes/ | Wed Jul 09 11:29:15 -0700 2008 | |
| |
scp.py | Fri Feb 15 07:29:10 -0800 2008 | |
| |
setup.py | Wed Sep 03 12:30:25 -0700 2008 | |
| |
test/ | Tue Feb 12 15:55:56 -0800 2008 |
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.







