Skip to main content

Installation

Quick install since v2.4.0

Prerequisites

Default installation

# one-liner (downloads the deploy files to /opt/servasec and pulls the
# container images from registry.gitlab.com - no full git clone)
curl -fsSL https://servasec.com/install.sh | sh

# interactive mode (prompts for domain, password, install dir)
curl -fsSL https://servasec.com/install.sh | sh -s -- -i

# build the images from source instead of pulling published images
curl -fsSL https://servasec.com/install.sh | sh -s -- --local-build

Once started, open https://$SSC_PUBLIC_DOMAIN and strengthen your project's AppSec.

What's next