capify
tool to execute commands in parallel on multiple servers
Install
- All systems
-
curl cmd.cat/capify.sh
- Debian
-
apt-get install capistrano
- Ubuntu
-
apt-get install capistrano
- Kali Linux
-
apt-get install capistrano
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install capistrano
- Raspbian
-
apt-get install capistrano
- Dockerfile
- dockerfile.run/capify
capistrano
tool to execute commands in parallel on multiple servers
Capistrano is great for automating tasks via SSH on remote servers, like software installation, application deployment, configuration management, ad hoc server monitoring, and more. Ideal for system administrators, whether professional or incidental. Easy to customize. Its configuration files use the Ruby programming language syntax, but you don't need to know Ruby to do most things with Capistrano. Capistrano is easy to extend. It's written in the Ruby programming language, and may be extended easily by writing additional Ruby modules.