Download Setup Archive
The setup package, which contains everything needed to install and run Sandfly in any supported environment, is located on Sandfly Security's GitHub repository.
In preparation for installation, go to the link below to obtain the latest version:
https://github.com/sandflysecurity/sandfly-setup/releases🡵
For a checksum verification of the downloaded file, the sha256 hash is provided to the right of the package name.
Download sandfly-setup-5.7.0.tgz to the host and extract the archive into a desired location. The current directory is used in the example command; however, any non-volatile, local path may be used:
wget https://github.com/sandflysecurity/sandfly-setup/releases/download/v5.7.0/sandfly-setup-5.7.0.tgz
tar -xzvf sandfly-setup-5.7.0.tgzOnce the archive is properly extracted, a directory named sandfly-setup will be created. All installation operations will take place from this base directory.
Now select the preferred installation method:
- Install using Docker Images
- Install using Docker Compose
- Install using Kubernetes
Updated 6 days ago