Fabric: Simple Pythonic Deployment
Fabric is “designed to upload files to, and run shell commands on, a number of servers in parallel or serially.” img http://img.skitch.com/20090206-mu1i9qjynj9r6fu467cwbsxdwq.png http://www.nongnu.org/fab It’s primarily for deploying changes to web…
Fabric is “designed to upload files to, and run shell commands on, a number of servers in parallel or serially.”
img http://img.skitch.com/20090206-mu1i9qjynj9r6fu467cwbsxdwq.png http://www.nongnu.org/fab
It’s primarily for deploying changes to web apps or services across multiple servers. An official mirror is hosted on GitHub at http://github.com/karmazilla/fabric.
While still alpha level, it looks promising.
Written by
Related posts

GitHub Availability Report: May 2025
In May, we experienced three incidents that resulted in degraded performance across GitHub services.

GitHub Universe 2025: Here’s what’s in store at this year’s developer wonderland
Sharpen your skills, test out new tools, and connect with people who build like you.

GitHub Copilot: Meet the new coding agent
Implementing features has never been easier: Just assign a task or issue to Copilot. It runs in the background with GitHub Actions and submits its work as a pull request.