From f2f5196db6939110e33d099f495b7f470d0f7c2d Mon Sep 17 00:00:00 2001 From: bilbogh <114033741+bilbogh@users.noreply.github.com> Date: Thu, 17 Nov 2022 22:17:40 +0100 Subject: [PATCH] Added installer links --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7dee0b4..d23f957 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,27 @@ open-appsec uses two models: # Resources * [Project Website](https://openappsec.io) * [Offical documentation](https://docs.openappsec.io/) -* [Video Tutorial](https://www.youtube.com/watch?v=ZmFrA2ibdog) +* [Video Tutorial](https://www.youtube.com/playlist?list=PL8pzPlPbjDY0V2u7E-KZQrzIiw41fWB0h) * [Live Kubernetes Playground](https://killercoda.com/open-appsec/scenario/simple-appsec-kubernetes-ingress) +* [Live Linux/NGINX Playground](https://killercoda.com/open-appsec/scenario/simple-appsec-for-nginx) + + +# open-appsec Installation + +Installer for Kubernetes: + +```bash +wget https://downloads.openappsec.io/open-appsec-k8s-install && chmod +x open-appsec-k8s-install +./open-appsec-k8s-install +``` + +Installer for standard NGINX: + +```bash +wget https://downloads.openappsec.io/open-appsec-nginx-install && chmod +x open-appsec-nginx-install +``` + +It is recommended to read the documentation or follow the video tutorial. # Repositories