forked from saratpediredla/fabric
-
Notifications
You must be signed in to change notification settings - Fork 0
Fabric: Simple pythonic deployment
License
robertrv/fabric
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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
About
Fabric: Simple pythonic deployment
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published