13 lines
No EOL
647 B
Markdown
13 lines
No EOL
647 B
Markdown
# 🛡️ Wallarm Deployment Toolkit
|
|
|
|
This repository contains automated scripts to deploy the Wallarm Filtering Node in various environments. Whether you are using a virtual machine (NGINX Dynamic Module) or a containerized environment (Docker/Podman), these scripts ensure a "Bank-Grade" configuration.
|
|
|
|
**Repository:** `https://git.sechpoint.app/customer-engineering/wallarm`
|
|
|
|
## Download and run the Deployment Script
|
|
### for Container (Docker) deployments:
|
|
```bash
|
|
curl -sL "https://git.sechpoint.app/customer-engineering/wallarm/-/raw/main/wallarm-deploy-ct.sh" > wallarm-deploy-ct.sh
|
|
chmod +x wallarm-deploy-ct.sh
|
|
./wallarm-deploy-ct.sh
|
|
``` |