Installation
Prerequisites
- Docker and Docker Compose (v2+)
- 2 CPU cores, 4 GB RAM (minimum)
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
- Deployment options - Docker Compose, Helm
- Configuration reference - all environment variables