Installation
torero is distributed as a single binary and can be installed on any Debian, RHEL-like distribution and on Mac OS within seconds.
Pre-requisites
The following requirements must be met before running torero:
- A *nix type system that software can be installed on.
- A Python interpreter installed if planning on using python scripts and/or ansible.
- OpenTofu if planning on using tofu plans.
Mac Install
- Download the latest 'macOS/Darwin' build.
- Extract the tar file's contents from the terminal using the command
tar -zxvf torero-x.y.z_darwin_arch.tar.gz
(replace x.y.z and arch per the version you downloaded). - Run the newly extracted executable using
./torero
. - You will get a popup with an security error. Click
Cancel
within the popup. - Navigate to
System Settings
->Privacy and Security
-> Scroll down toSecurity
-> ClickAllow Anyway
where it says"torero" was blocked from use...
-> Provide your password or fingerprint. - Now copy the file to your bin directory so that it is in your path. e.g.
mv ./torero /usr/local/bin/torero
- Open your terminal back up and run
torero
. ClickOpen
on the popup that appears. - You can now run torero!
Linux Install
- Download the latest 'Linux' build from above.
- Extract the tar file's contents from the terminal using the command
tar -zxvf torero-x.y.z_linux_arch.tar.gz
. (replace x.y.z and arch per the version you downloaded). - Run the newly extracted executable using
./torero
. - Now copy the file to your bin directory so that it is in your path. e.g.
mv ./torero /usr/local/bin/torero
- You can now run torero!