fab
Simple Pythonic remote deployment tool
Install
- All systems
-
curl cmd.cat/fab.sh
- Debian
-
apt-get install fabric
- Ubuntu
-
apt-get install fabric
- Arch Linux
-
pacman -S fabric
- Kali Linux
-
apt-get install fabric
- Fedora
-
dnf install fabric
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install fabric
- OS X
-
brew install fabric
- Raspbian
-
apt-get install fabric
- Dockerfile
- dockerfile.run/fab
fabric
Simple Pythonic remote deployment tool
Fabric is designed to upload files and run shell commands on a number of servers in parallel or serially. These commands are grouped in tasks (which are regular Python functions) and specified in a 'fabfile.' It is similar to Capistrano, except it's implemented in Python and doesn't expect you to be deploying Rails applications.