Getting start with Fabric
—
filed under:
LinuxSysAdmin,
Buildout
"Fabric is a Python (2.5 or higher) library and command-line tool for streamlining the use of SSH for application deployment or systems administration tasks."
The recipe collective.hostout is likely the one we are looking for to easy our development, build, and deploy live cycle.
Fabric in Nutshell
My first fabfile script.
References
- Fabric Homepage: http://www.fabfile.org.