Installation
... or how to install secator and it's dependencies on different platforms.
Installing secator
If you chose the Bash, Docker, or Docker Compose installation methods, you can jump straight to CLI Usage.
Installing languages (optional)
secator
uses external tools, so you might need to install languages used by those tools assuming they are not already installed on your system.
We provide a subcommand to install required languages if you don't manage them externally:
Installing tools (optional)
secator
can install tools automatically at runtime (provided security.auto_install_commands
is enabled, which is the default), but you can also do it manually.
We provide a subcommand to install or update each supported tool which should work on all systems supporting apt
:
Installing addons (optional)
secator
comes installed with the minimum amount of dependencies.
We provide a subcommand to install additional addons which are required for various features:
Add support for Celery (see Distributed runs with Celery).
Checking installation health
To figure out which languages or tools are installed on your system (along with their version):
Last updated
Was this helpful?